forked from ember-learn/guides-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.yml
373 lines (370 loc) · 10.7 KB
/
pages.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
- title: "Introduction"
url: "toc-heading_introduction"
is_heading: true
- title: "Guides and Tutorials"
url: "index"
skip_toc: true
pages:
- title: "Ember.js Guides"
url: ""
- title: "Getting Started"
url: "getting-started"
pages:
- title: "How To Use The Guides"
url: "index"
- title: "Quick Start"
url: "quick-start"
- title: "Working with HTML, CSS, and JavaScript"
url: "working-with-html-css-and-javascript"
- title: "Anatomy of an Ember App"
url: "anatomy-of-an-ember-app"
- title: "Tutorial"
url: "tutorial"
pages:
- title: "Part 1"
url: "part-1"
pages:
- title: "Introduction"
url: "index"
- title: "Orientation"
url: "orientation"
- title: "Building Pages"
url: "building-pages"
- title: "Automated Testing"
url: "automated-testing"
- title: "Component Basics"
url: "component-basics"
- title: "More About Components"
url: "more-about-components"
- title: "Interactive Components"
url: "interactive-components"
- title: "Reusable Components"
url: "reusable-components"
- title: "Working With Data"
url: "working-with-data"
- title: "Recap"
url: "recap"
- title: "Part 2"
url: "part-2"
pages:
- title: "Introduction"
url: "index"
- title: "Route Params"
url: "route-params"
- title: "Service Injection"
url: "service-injection"
- title: "EmberData"
url: "ember-data"
- title: "Provider Components"
url: "provider-components"
- title: "Recap"
url: "recap"
- title: "Core Concepts"
url: "toc-heading_core-concepts"
is_heading: true
- title: "Components"
url: components
pages:
- title: "Templates are HTML"
url: "index"
- title: "Introducing Components"
url: "introducing-components"
- title: "Component Arguments and HTML Attributes"
url: "component-arguments-and-html-attributes"
- title: "Conditional Content"
url: "conditional-content"
- title: "Block Content"
url: "block-content"
- title: "Helper Functions"
url: "helper-functions"
- title: "Component State and Actions"
url: "component-state-and-actions"
- title: "Looping Through Lists"
url: "looping-through-lists"
- title: Template Lifecycle, DOM, and Modifiers
url: template-lifecycle-dom-and-modifiers
- title: "Built-in Components"
url: "built-in-components"
- title: "Template Tag Format"
url: "template-tag-format"
- title: "Routing"
url: "routing"
pages:
- title: "Introduction"
url: "index"
- title: "Defining Your Routes"
url: "defining-your-routes"
- title: "Linking Between Routes"
url: "linking-between-routes"
- title: "Specifying a Route's Model"
url: "specifying-a-routes-model"
- title: "Rendering a Template"
url: "rendering-a-template"
- title: "Redirecting"
url: "redirection"
- title: "Preventing and Retrying Transitions"
url: "preventing-and-retrying-transitions"
isAdvanced: true
- title: "Loading / Error Substates"
url: "loading-and-error-substates"
isAdvanced: true
- title: "Query Parameters"
url: "query-params"
- title: "Asynchronous Routing"
url: "asynchronous-routing"
isAdvanced: true
- title: "Controllers"
url: "controllers"
- title: "Services"
url: "services"
pages:
- title: Overview
url: "index"
- title: "EmberData"
url: "models"
pages:
- title: "Introduction"
url: "index"
- title: "Defining Models"
url: "defining-models"
- title: "Finding Records"
url: "finding-records"
- title: "Creating, Updating and Deleting"
url: "creating-updating-and-deleting-records"
- title: "Relationships"
url: "relationships"
- title: "Pushing Records into the Store"
url: "pushing-records-into-the-store"
isAdvanced: true
- title: "Handling Metadata"
url: "handling-metadata"
isAdvanced: true
- title: "Customizing Adapters"
url: "customizing-adapters"
isAdvanced: true
- title: "Customizing Serializers"
url: "customizing-serializers"
isAdvanced: true
- title: "In-Depth Topics"
url: "in-depth-topics"
pages:
- title: "Autotracking In-Depth"
url: "autotracking-in-depth"
- title: "Patterns for Components"
url: "patterns-for-components"
- title: "Patterns for Actions"
url: "patterns-for-actions"
- title: "Making API Requests"
url: "making-api-requests"
- title: "Native Classes In-Depth"
url: "native-classes-in-depth"
- title: "Rendering Values"
url: "rendering-values"
- title: "Application Development"
url: "toc-heading_application-development"
is_heading: true
- title: "Application Concerns"
url: "applications"
pages:
- title: "Applications and Instances"
url: "index"
isAdvanced: true
- title: "Dependency Injection"
url: "dependency-injection"
isAdvanced: true
- title: "Initializers"
url: "initializers"
isAdvanced: true
- title: "The Run Loop"
url: "run-loop"
isAdvanced: true
- title: "Ember Engines"
url: "ember-engines"
isAdvanced: true
- title: Accessibility
url: accessibility
pages:
- title: "Intro to Accessibility"
url: "index"
- title: "Application Considerations"
url: "application-considerations"
- title: "Page Template Considerations"
url: "page-template-considerations"
- title: "Component Considerations"
url: "components"
- title: "Testing Considerations"
url: "testing"
- title: "Learning Resources"
url: "learning-resources"
- title: "Configuration"
url: "configuring-ember"
pages:
- title: "Configuring Your App"
url: "index"
- title: "Configuring Ember CLI"
url: "configuring-ember-cli"
- title: "Handling Deprecations"
url: "handling-deprecations"
- title: "Disabling Prototype Extensions"
url: "disabling-prototype-extensions"
- title: "Specifying the URL Type"
url: "specifying-url-type"
- title: "Embedding Applications"
url: "embedding-applications"
- title: "Feature Flags"
url: "feature-flags"
isAdvanced: true
- title: "Optional Features"
url: "optional-features"
isAdvanced: true
- title: "Build targets"
url: "build-targets"
- title: "Debugging"
url: "debugging"
- title: "Testing"
url: "testing"
pages:
- title: "Introduction"
url: "index"
- title: "Testing Tools"
url: "testing-tools"
- title: "Test Types"
url: "test-types"
- title: "Testing Application"
url: "testing-application"
- title: "Testing Basics"
url: "unit-testing-basics"
- title: "Testing Components"
url: "testing-components"
- title: "Testing Helpers"
url: "testing-helpers"
- title: "Testing Controllers"
url: "testing-controllers"
- title: "Testing Routes"
url: "testing-routes"
- title: "Testing Models"
url: "testing-models"
- title: "Addons and Dependencies"
url: "addons-and-dependencies"
pages:
- title: "Managing Dependencies"
url: "index"
- title: "Using TypeScript"
url: "typescript"
pages:
- title: "Using TypeScript with Ember"
url: "index"
- title: "TypeScript: Getting Started"
url: "getting-started"
- title: "TypeScript: Core Concepts"
url: "core-concepts"
pages:
- title: "TypeScript and Ember"
url: "index"
- title: "TypeScript: Invokables"
url: "invokables"
- title: "TypeScript: Routing"
url: "routing"
- title: "TypeScript: Services"
url: "services"
- title: "TypeScript and EmberData"
url: "ember-data"
- title: "TypeScript: Application Development"
url: "application-development"
pages:
- title: "Introduction"
url: "index"
- title: "TypeScript: Configuration"
url: "configuration"
- title: "TypeScript: Testing"
url: "testing"
- title: "TypeScript: Converting an Existing Ember App"
url: "converting-an-app"
- title: "TypeScript: Addons"
url: "addons"
- title: "TypeScript: Additional Resources"
url: "additional-resources"
pages:
- title: "Introduction"
url: "index"
- title: "TypeScript: Gotchas and Troubleshooting"
url: "gotchas"
- title: "TypeScript: FAQ and Tips"
url: "faq"
- title: "TypeScript: Working with Ember Classic"
url: "legacy"
- title: "Developer Tools"
url: "toc-heading_developer-tools"
is_heading: true
- title: "Ember Inspector"
url: "ember-inspector"
pages:
- title: "Introduction"
url: "index"
- title: "Installing the Inspector"
url: "installation"
- title: "Object Inspector"
url: "object-inspector"
- title: "The Component Tree"
url: "component-tree"
- title: "Inspecting Routes"
url: "routes"
- title: "Data Tab"
url: "data"
- title: "Tackling Deprecations"
url: "deprecations"
- title: "Library Info"
url: "info"
- title: "Debugging Promises"
url: "promises"
- title: "Inspecting Objects via the Container"
url: "container"
- title: "Rendering Performance"
url: "render-performance"
- title: "Troubleshooting"
url: "troubleshooting"
- title: "Code Editors"
url: "code-editors"
pages:
- title: "Ember Extensions"
url: "index"
- title: "Additional Resources"
url: "toc-heading_additional-resources"
is_heading: true
- title: "Upgrading"
url: "upgrading"
pages:
- title: "How to upgrade"
url: "index"
- title: "Octane Upgrade Guide"
url: "current-edition"
pages:
- title: "Introduction"
url: "index"
- title: "Templates"
url: "templates"
- title: "Native Classes"
url: "native-classes"
- title: "Tracked Properties"
url: "tracked-properties"
- title: "@action, {{on}} and {{fn}}"
url: "action-on-and-fn"
- title: "Glimmer Components"
url: "glimmer-components"
- title: "Cheat Sheet"
url: "cheat-sheet"
- title: "Contributing to Ember.js"
url: "contributing"
isAdvanced: true
pages:
- title: "Overview"
url: "index"
- title: "Adding New Features"
url: "adding-new-features"
- title: "Repositories"
url: "repositories"
- title: "Glossary"
url: "glossary"
pages:
- title: "Web Development"
url: "index"