forked from ember-learn/guides-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.yml
300 lines (300 loc) · 7.9 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
- 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: intro
- title: Quick Start
url: quick-start
- title: Installing Ember
url: index
- title: Core Concepts
url: core-concepts
- title: JavaScript Primer
url: js-primer
- title: Tutorial
url: tutorial
pages:
- title: Creating Your App
url: index
- title: Planning Your App
url: acceptance-test
- title: Routes and Templates
url: routes-and-templates
- title: The Model Hook
url: model-hook
- title: Installing Addons
url: installing-addons
- title: Building a Simple Component
url: simple-component
- title: Creating a Template Helper
url: hbs-helper
- title: Using Ember Data
url: ember-data
- title: Building a Complex Component
url: autocomplete-component
- title: Services
url: service
- title: Adding Nested Routes
url: subroutes
- title: Deploying
url: deploying
- title: The Object Model
url: object-model
pages:
- title: Objects in Ember
url: index
- title: Classes and Instances
url: classes-and-instances
- title: Reopening Classes and Instances
url: reopening-classes-and-instances
isAdvanced: true
- title: Computed Properties
url: computed-properties
- title: Computed Properties and Aggregate Data
url: computed-properties-and-aggregate-data
- title: Observers
url: observers
isAdvanced: true
- title: Bindings
url: bindings
isAdvanced: true
- title: Enumerables
url: enumerables
- title: Templating
url: templates
pages:
- title: Templating Basics
url: index
- title: Built-in Helpers
url: built-in-helpers
- title: Conditionals
url: conditionals
- title: Displaying a List of Items
url: displaying-a-list-of-items
- title: Displaying the Keys in an Object
url: displaying-the-keys-in-an-object
- title: Binding Element Attributes
url: binding-element-attributes
- title: Links
url: links
- title: Actions
url: actions
- title: Input Helpers
url: input-helpers
- title: Development Helpers
url: development-helpers
isAdvanced: true
- title: Writing Helpers
url: writing-helpers
isAdvanced: true
- title: Components
url: components
pages:
- title: Defining a Component
url: index
- title: The Component Lifecycle
url: the-component-lifecycle
- title: Passing Properties to a Component
url: passing-properties-to-a-component
- title: Wrapping Content in a Component
url: wrapping-content-in-a-component
- title: Customizing a Component's Element
url: customizing-a-components-element
isAdvanced: true
- title: Using Block Params
url: block-params
- title: Handling Events
url: handling-events
- title: Triggering Changes with Actions
url: triggering-changes-with-actions
- title: Controllers
url: controllers
pages:
- title: Introduction
url: index
- title: Routing
url: routing
pages:
- title: Introduction
url: index
- title: Defining Your Routes
url: defining-your-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: Ember Data
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: Addons and Dependencies
url: addons-and-dependencies
pages:
- title: Managing Dependencies
url: index
- title: Testing
url: testing
pages:
- title: Introduction
url: index
- title: Application Tests
url: acceptance
- 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: 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: 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: Services
url: services
- title: The Run Loop
url: run-loop
isAdvanced: true
- title: Ember Engines
url: ember-engines
isAdvanced: 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: The View Tree
url: view-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: 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: Contributing to Ember.js
url: contributing
isAdvanced: true
pages:
- title: Adding New Features
url: index
- title: Repositories
url: repositories
- title: Glossary
url: glossary
pages:
- title: Web Development
url: index
- title: Reference
url: reference
pages:
- title: Syntax Conversion Guide
url: index