|
2 | 2 | "index": { |
3 | 3 | "title": "Documentation Overview", |
4 | 4 | "navTitle": "Overview", |
5 | | - "description": "How to read and use this documentation", |
| 5 | + "intro": "How to read and use this documentation", |
6 | 6 | "nextable": true, |
7 | 7 | "basics": true |
8 | 8 | }, |
9 | 9 |
|
| 10 | + "setup": { |
| 11 | + "title": "Setup for local development", |
| 12 | + "navTitle": "Setup", |
| 13 | + "intro": "Install the Angular QuickStart seed for faster, more efficient development on your machine", |
| 14 | + "nextable": true, |
| 15 | + "hideNextPage": true, |
| 16 | + "basics": true |
| 17 | + }, |
| 18 | + |
| 19 | + "learning-angular": { |
| 20 | + "title": "Learning Angular", |
| 21 | + "navTitle": "Learning Angular", |
| 22 | + "intro": "A suggested path through the documentation for Angular newcomers", |
| 23 | + "nextable": true, |
| 24 | + "hideNextPage": true, |
| 25 | + "basics": true |
| 26 | + }, |
| 27 | + |
10 | 28 | "architecture": { |
11 | 29 | "title": "Architecture Overview", |
12 | 30 | "navTitle": "Architecture", |
|
17 | 35 |
|
18 | 36 | "displaying-data": { |
19 | 37 | "title": "Displaying Data", |
20 | | - "intro": "Interpolation and other forms of property binding help us show app data in the UI.", |
| 38 | + "intro": "Property binding helps show app data in the UI.", |
21 | 39 | "nextable": true, |
22 | 40 | "basics": true |
23 | 41 | }, |
|
63 | 81 | "basics": true |
64 | 82 | }, |
65 | 83 |
|
| 84 | + "glossary": { |
| 85 | + "title": "Glossary", |
| 86 | + "intro": "Brief definitions of the most important words in the Angular vocabulary", |
| 87 | + "basics": true |
| 88 | + }, |
| 89 | + |
| 90 | + "change-log": { |
| 91 | + "hide": true, |
| 92 | + "title": "Change Log", |
| 93 | + "intro": "An annotated history of recent documentation improvements.", |
| 94 | + "basics": true |
| 95 | + }, |
| 96 | + |
66 | 97 | "ngmodule": { |
| 98 | + "hide": true, |
67 | 99 | "title": "Angular Modules (NgModule)", |
68 | | - "intro": "Define application modules with @NgModule", |
69 | | - "hide": true |
| 100 | + "intro": "Define application modules with @NgModule" |
70 | 101 | }, |
71 | 102 |
|
72 | 103 | "animations": { |
| 104 | + "hide": true, |
73 | 105 | "title": "Animations", |
74 | | - "intro": "A guide to Angular's animation system.", |
75 | | - "hide": true |
| 106 | + "intro": "A guide to Angular's animation system." |
76 | 107 | }, |
77 | 108 |
|
78 | 109 | "attribute-directives": { |
|
90 | 121 | "intro": "Learn how to apply CSS styles to components." |
91 | 122 | }, |
92 | 123 |
|
93 | | - "glossary": { |
94 | | - "title": "Glossary", |
95 | | - "intro": "Brief definitions of the most important words in the Angular vocabulary", |
96 | | - "basics": true |
97 | | - }, |
98 | | - |
99 | 124 | "hierarchical-dependency-injection": { |
100 | 125 | "title": "Hierarchical Dependency Injectors", |
101 | 126 | "navTitle": "Hierarchical Injectors", |
|
104 | 129 |
|
105 | 130 | "server-communication": { |
106 | 131 | "title": "HTTP Client", |
107 | | - "intro": "Talk to a remote server with an HTTP Client." |
| 132 | + "intro": "Use an HTTP Client to talk to a remote server." |
108 | 133 | }, |
109 | 134 |
|
110 | 135 | "lifecycle-hooks": { |
|
113 | 138 | }, |
114 | 139 |
|
115 | 140 | "npm-packages": { |
| 141 | + "hide": true, |
116 | 142 | "title": "Npm Packages", |
117 | | - "intro": "Details of the recommended npm packages and the different kinds of package dependencies", |
118 | | - "hide": true |
| 143 | + "intro": "Recommended npm packages, and how to specify package dependencies" |
119 | 144 | }, |
120 | 145 |
|
121 | 146 | "pipes": { |
|
125 | 150 |
|
126 | 151 | "router": { |
127 | 152 | "title": "Routing & Navigation", |
128 | | - "intro": "Discover the basics of screen navigation with the Angular Component Router." |
| 153 | + "intro": "Discover the basics of screen navigation with the Angular Router." |
129 | 154 | }, |
130 | 155 |
|
131 | 156 | "security": { |
132 | 157 | "title": "Security", |
133 | 158 | "intro": "Developing for content security in Angular applications" |
134 | 159 | }, |
135 | 160 |
|
| 161 | + "setup-systemjs-anatomy": { |
| 162 | + "hide": true, |
| 163 | + "title": "Setup Anatomy", |
| 164 | + "intro": "Inside the local development environment for SystemJS" |
| 165 | + }, |
| 166 | + |
136 | 167 | "structural-directives": { |
137 | 168 | "title": "Structural Directives", |
138 | 169 | "intro": "Angular has a powerful template engine that lets us easily manipulate the DOM structure of our elements." |
139 | 170 | }, |
140 | 171 |
|
141 | 172 | "testing": { |
| 173 | + "hide": true, |
142 | 174 | "title": "Testing", |
143 | | - "intro": "Techniques and practices for testing an Angular app", |
144 | | - "hide": true |
| 175 | + "intro": "Techniques and practices for testing an Angular app" |
145 | 176 | }, |
146 | 177 |
|
147 | 178 | "typescript-configuration": { |
| 179 | + "hide": true, |
148 | 180 | "title": "TypeScript Configuration", |
149 | | - "intro": "TypeScript configuration for Angular developers", |
150 | | - "hide": true |
| 181 | + "intro": "TypeScript configuration for Angular developers" |
151 | 182 | }, |
152 | 183 |
|
153 | 184 | "upgrade": { |
| 185 | + "hide": true, |
154 | 186 | "title": "Upgrading from 1.x", |
155 | | - "intro": "Angular 1 applications can be incrementally upgraded to Angular 2.", |
156 | | - "hide": true |
| 187 | + "intro": "Incrementally upgrade an Angular 1 application to Angular 2." |
157 | 188 | }, |
158 | 189 |
|
159 | 190 | "webpack": { |
| 191 | + "hide": true, |
160 | 192 | "title": "Webpack: an introduction", |
161 | | - "intro": "Create your Angular applications with a Webpack based tooling", |
162 | | - "hide": true |
| 193 | + "intro": "Create Angular applications with a Webpack based tooling" |
163 | 194 | } |
164 | 195 | } |
0 commit comments