-
-
Notifications
You must be signed in to change notification settings - Fork 512
Expand file tree
/
Copy pathpages.yml
More file actions
249 lines (249 loc) · 6.66 KB
/
pages.yml
File metadata and controls
249 lines (249 loc) · 6.66 KB
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
- title: Guides and Tutorials
url: index
skip_toc: true
pages:
- title: Guides and Tutorials
url: ''
- title: Getting Started
url: getting-started
pages:
- title: Quick Start
url: quick-start
- title: Installing Ember
url: index
- title: Core Concepts
url: core-concepts
- 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 Handlebars Helper
url: hbs-helper
- title: Using Ember Data
url: ember-data
- title: Building a Complex Component
url: autocomplete-component
- title: Services and Utilities
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
- title: Computed Properties
url: computed-properties
- title: Computed Properties and Aggregate Data
url: computed-properties-and-aggregate-data
- title: Observers
url: observers
- title: Bindings
url: bindings
- title: Enumerables
url: enumerables
- 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
- title: Loading / Error Substates
url: loading-and-error-substates
- title: Query Parameters
url: query-params
- title: Asynchronous Routing
url: asynchronous-routing
- title: Templates
url: templates
pages:
- title: Handlebars 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
- title: Writing Helpers
url: writing-helpers
- 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
- 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: Models
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
- title: Handling Metadata
url: handling-metadata
- title: Customizing Adapters
url: customizing-adapters
- title: Customizing Serializers
url: customizing-serializers
- title: Application Concerns
url: applications
pages:
- title: Applications and Instances
url: index
- title: Dependency Injection
url: dependency-injection
- title: Initializers
url: initializers
- title: Services
url: services
- title: The Run Loop
url: run-loop
- title: Testing
url: testing
pages:
- title: Introduction
url: index
- title: Acceptance Tests
url: acceptance
- title: Unit 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: Ember Inspector
url: ember-inspector
pages:
- title: Introduction
url: index
- title: Installing the Inspector
url: installation
- title: Object Inspector
url: object-inspector
- 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: Addons and Dependencies
url: addons-and-dependencies
pages:
- title: Managing Dependencies
url: index
- title: Configuring Ember.js
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
- title: Build targets
url: build-targets
- title: Debugging
url: debugging
- title: Contributing to Ember.js
url: contributing
pages:
- title: Adding New Features
url: index
- title: Repositories
url: repositories
- title: Glossary
url: glossary
pages:
- title: Web Development
url: index