This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ figure
16
16
17
17
block js-alert
18
18
19
+ - var guideData = public .docs [_docsFor].latest .guide ._data ;
20
+ - var advancedLandingPage = ' ' ;
21
+ - for (var page in guideData) {
22
+ - if (! guideData[page].basics && ! guideData[page].hide ) { advancedLandingPage = page; break ; }
23
+ - }
24
+ - var advancedUrl = ' ./' + advancedLandingPage + ' .html'
19
25
- var top= " vertical-align:top"
20
26
table( width ="100%" )
21
27
col( width ="15%" )
@@ -26,7 +32,7 @@ table(width="100%")
26
32
:marked
27
33
The foundation for every page and sample in this documentation.
28
34
tr( style =top)
29
- td <b >Guide</b >
35
+ td <b >< a href = " ./ " > Guide</ a > </b >
30
36
td
31
37
:marked
32
38
The essential ingredients of Angular development.
@@ -42,7 +48,7 @@ table(width="100%")
42
48
A step-by-step, immersive approach to learning Angular that
43
49
introduces the major features of Angular in an application context.
44
50
tr( style =top)
45
- td <b >Advanced</b >
51
+ td <b >< a href = " !{advancedUrl} " > Advanced</ a > </b >
46
52
td
47
53
:marked
48
54
In-depth analysis of Angular features and development practices.
You can’t perform that action at this time.
0 commit comments