Skip to content

Commit 2f710a1

Browse files
Move docs and tutorials to /ng1/docs /ng1/tutorial, etc
1 parent 3047df8 commit 2f710a1

File tree

1,175 files changed

+24
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,175 files changed

+24
-15
lines changed

_config.yml

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -219,21 +219,24 @@ collections:
219219
react:
220220
output: true
221221
permalink: /react/:path
222-
tutorial_ng1:
222+
ng1_tutorial:
223223
output: true
224224
permalink: /ng1/tutorial/:path
225-
tutorial_ng2:
225+
ng2_tutorial:
226226
output: true
227227
permalink: /ng2/tutorial/:path
228-
tutorial_react:
228+
react_tutorial:
229229
output: true
230230
permalink: /react/tutorial/:path
231231
guide:
232232
output: true
233233
permalink: /guide/:path
234-
docs:
234+
ng1_docs:
235235
output: true
236-
permalink: /docs/:path:output_ext
236+
permalink: /ng1/docs/:path:output_ext
237+
ng2_docs:
238+
output: true
239+
permalink: /ng2/docs/:path:output_ext
237240
resources:
238241
output: true
239242
permalink: /resources/:path:output_ext
@@ -273,28 +276,28 @@ defaults:
273276
nav: "react"
274277
- scope:
275278
path: ""
276-
type: tutorial_ng1
279+
type: ng1_tutorial
277280
values:
278281
sitemap: true
279282
layout: single
280283
sidebar:
281-
nav: "tutorial_ng1"
284+
nav: "ng1_tutorial"
282285
- scope:
283286
path: ""
284-
type: tutorial_ng2
287+
type: ng2_tutorial
285288
values:
286289
sitemap: true
287290
layout: single
288291
sidebar:
289-
nav: "tutorial_ng2"
292+
nav: "ng2_tutorial"
290293
- scope:
291294
path: ""
292-
type: tutorial_react
295+
type: react_tutorial
293296
values:
294297
sitemap: true
295298
layout: single
296299
sidebar:
297-
nav: "tutorial_react"
300+
nav: "react_tutorial"
298301
- scope:
299302
path: ""
300303
type: guide
@@ -305,7 +308,13 @@ defaults:
305308
nav: "guide"
306309
- scope:
307310
path: ""
308-
type: docs
311+
type: ng1_docs
312+
values:
313+
sitemap: true
314+
layout: docs
315+
- scope:
316+
path: ""
317+
type: ng2_docs
309318
values:
310319
sitemap: true
311320
layout: docs

_data/navigation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ about:
2626
- title: "Features"
2727
url: /about/features
2828

29-
tutorial_ng1:
29+
ng1_tutorial:
3030
- title: "Tutorial - Angular"
3131
children:
3232
- title: "1. Hello World!"
@@ -36,7 +36,7 @@ tutorial_ng1:
3636
- title: "3. Hello Galaxy!"
3737
url: /ng1/tutorial/hellogalaxy
3838

39-
tutorial_ng2:
39+
ng2_tutorial:
4040
- title: "Tutorial - Angular 2"
4141
children:
4242
- title: "Hello World!"
@@ -46,7 +46,7 @@ tutorial_ng2:
4646
- title: "Hello Galaxy!"
4747
url: /ng2/tutorial/hellogalaxy
4848

49-
tutorial_react:
49+
react_tutorial:
5050
- title: "Tutorial - React"
5151
children:
5252
- title: "Hello World!"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)