|
| 1 | +- var lang = current.path[1] |
| 2 | +- var vers = current.path[2] |
| 3 | + |
1 | 4 | .clearfix
|
2 |
| - a.card.c4(href="/docs/#{current.path[1]}/#{current.path[2]}/quickstart.html") |
| 5 | + a.card.c4(href="/docs/#{lang}/#{vers}/quickstart.html") |
3 | 6 | h2.text-headline.text-uppercase Quickstart
|
4 | 7 | p A short beginner guide explaining the basic concepts of Angular
|
5 | 8 |
|
6 | 9 | footer View Quickstart
|
7 | 10 |
|
8 |
| - a.card.c4(href="/docs/#{current.path[1]}/#{current.path[2]}/guide/") |
| 11 | + a.card.c4(href="/docs/#{lang}/#{vers}/guide/") |
9 | 12 | h2.text-headline.text-uppercase Developer Guide
|
10 | 13 | p An intermediate development guide covering all major features of Angular
|
11 | 14 |
|
12 | 15 | footer View Guide
|
13 | 16 |
|
14 |
| - a.card.c4(href="/docs/#{current.path[1]}/#{current.path[2]}/api/") |
| 17 | + a.card.c4(href="/docs/#{lang}/#{vers}/api/") |
15 | 18 | h2.text-headline.text-uppercase API Reference
|
16 | 19 | p An advanced reference of all Angular Classes, Methods, etc.
|
17 | 20 |
|
|
21 | 24 | h4 Advanced Documentation
|
22 | 25 | ul
|
23 | 26 | li
|
24 |
| - a(href="/docs/ts/latest/guide/ngmodule.html") Angular Modules |
| 27 | + a(href="/docs/#{lang}/#{vers}/guide/ngmodule.html") Angular Modules |
25 | 28 | li
|
26 |
| - a(href="/docs/ts/latest/guide/animations.html") Animations |
| 29 | + a(href="/docs/#{lang}/#{vers}/guide/animations.html") Animations |
27 | 30 | li
|
28 |
| - a(href="/docs/ts/latest/guide/attribute-directives.html") Attribute Directives |
| 31 | + a(href="/docs/#{lang}/#{vers}/guide/attribute-directives.html") Attribute Directives |
29 | 32 | li
|
30 |
| - a(href="/docs/ts/latest/guide/browser-support.html") Browser Support |
| 33 | + a(href="/docs/#{lang}/#{vers}/guide/browser-support.html") Browser Support |
31 | 34 | li
|
32 |
| - a(href="/docs/ts/latest/guide/component-styles.html") Component Styles |
| 35 | + a(href="/docs/#{lang}/#{vers}/guide/component-styles.html") Component Styles |
33 | 36 | li
|
34 |
| - a(href="/docs/ts/latest/guide/ngmodule.html") View All... |
| 37 | + a(href="/docs/#{lang}/#{vers}/guide/ngmodule.html") View All... |
35 | 38 |
|
36 | 39 | .c4.secondary-content-list
|
37 | 40 | h4 Cookbook
|
38 | 41 | ul
|
39 | 42 | li
|
40 |
| - a(href="/docs/ts/latest/cookbook/aot-compiler.html") Ahead-of-Time Compilation |
| 43 | + a(href="/docs/#{lang}/#{vers}/cookbook/aot-compiler.html") Ahead-of-Time Compilation |
41 | 44 | li
|
42 |
| - a(href="/docs/ts/latest/cookbook/a1-a2-quick-reference.html") Angular 1 to Angular 2 |
| 45 | + a(href="/docs/#{lang}/#{vers}/cookbook/a1-a2-quick-reference.html") Angular 1 to Angular 2 |
43 | 46 | li
|
44 |
| - a(href="/docs/ts/latest/cookbook/ngmodule-faq.html") Angular Module FAQ |
| 47 | + a(href="/docs/#{lang}/#{vers}/cookbook/ngmodule-faq.html") Angular Module FAQ |
45 | 48 | li
|
46 |
| - a(href="/docs/ts/latest/cookbook/component-communication.html") Component Interaction |
| 49 | + a(href="/docs/#{lang}/#{vers}/cookbook/component-communication.html") Component Interaction |
47 | 50 | li
|
48 |
| - a(href="/docs/ts/latest/cookbook/component-relative-paths.html") Component-Relative Paths |
| 51 | + a(href="/docs/#{lang}/#{vers}/cookbook/component-relative-paths.html") Component-Relative Paths |
49 | 52 | li
|
50 |
| - a(href="/docs/ts/latest/cookbook/") View All... |
| 53 | + a(href="/docs/#{lang}/#{vers}/cookbook/") View All... |
51 | 54 |
|
52 | 55 | .c4.secondary-content-list
|
53 | 56 | h4 Tools & Libraries
|
|
0 commit comments