@@ -18,6 +18,10 @@ export default [
18
18
text : 'Creating a Project' ,
19
19
link : '/guide/creating-a-project' ,
20
20
} ,
21
+ {
22
+ text : 'Navigation' ,
23
+ link : '/guide/navigation/' ,
24
+ } ,
21
25
{
22
26
text : 'Using Modals' ,
23
27
link : '/guide/navigation/modals' ,
@@ -41,15 +45,15 @@ export default [
41
45
} ,
42
46
{
43
47
text : 'Using Plugins' ,
44
- link : '/guide/development-workflow/using-packages'
48
+ link : '/guide/development-workflow/using-packages' ,
45
49
} ,
46
50
{
47
51
text : 'Debugging' ,
48
52
link : '/guide/debugging' ,
49
53
} ,
50
54
{
51
55
text : 'Testing' ,
52
- link : '/guide/testing'
56
+ link : '/guide/testing' ,
53
57
} ,
54
58
{
55
59
text : 'Publishing' ,
@@ -112,13 +116,21 @@ export default [
112
116
link : '/project-structure/package-json' ,
113
117
icon : 'file' ,
114
118
} ,
115
- { text : 'references.d.ts' , link : '/project-structure/references-d-ts' , icon : 'file' } ,
119
+ {
120
+ text : 'references.d.ts' ,
121
+ link : '/project-structure/references-d-ts' ,
122
+ icon : 'file' ,
123
+ } ,
116
124
{
117
125
text : 'tsconfig.json' ,
118
126
link : '/project-structure/tsconfig-json' ,
119
127
icon : 'file' ,
120
128
} ,
121
- { text : 'webpack.config.js' , link : '/webpack' , icon : 'file' } ,
129
+ {
130
+ text : 'webpack.config.js' ,
131
+ link : '/project-structure/webpack-config' ,
132
+ icon : 'file' ,
133
+ } ,
122
134
// {
123
135
// text: 'package.json',
124
136
// link: '//#',
@@ -145,60 +157,60 @@ export default [
145
157
} ,
146
158
{
147
159
text : 'Color' ,
148
- link : '/guide/core/color'
160
+ link : '/guide/core/color' ,
149
161
} ,
150
162
{
151
163
text : 'Connectivity' ,
152
164
link : '/guide/core/connectivity' ,
153
165
} ,
154
- {
166
+ {
155
167
text : 'Http' ,
156
- link : '/guide/core/http'
168
+ link : '/guide/core/http' ,
157
169
} ,
158
170
{
159
171
text : 'FPS Meter' ,
160
- link : '/guide/core/fps-meter'
172
+ link : '/guide/core/fps-meter' ,
161
173
} ,
162
174
{
163
175
text : 'FileSystem' ,
164
- link : '/guide/core/file-system'
176
+ link : '/guide/core/file-system' ,
165
177
} ,
166
178
{
167
179
text : 'Observable' ,
168
- link : '/guide/core/observable'
180
+ link : '/guide/core/observable' ,
169
181
} ,
170
182
{
171
183
text : 'Screen' ,
172
- link : '/guide/core/screen'
184
+ link : '/guide/core/screen' ,
173
185
} ,
174
186
{
175
187
text : 'Device' ,
176
- link : '/guide/core/device'
188
+ link : '/guide/core/device' ,
177
189
} ,
178
190
{
179
191
text : 'Trace' ,
180
- link : '/guide/core/tracing'
192
+ link : '/guide/core/tracing' ,
181
193
} ,
182
194
{
183
195
text : 'XmlParser' ,
184
- link : '/guide/core/xml-parser'
196
+ link : '/guide/core/xml-parser' ,
185
197
} ,
186
198
{
187
199
text : 'Utils' ,
188
- link : '/guide/core/utils'
189
- }
190
- ]
200
+ link : '/guide/core/utils' ,
201
+ } ,
202
+ {
203
+ text : 'ImageCache' ,
204
+ link : '/guide/core/image-cache' ,
205
+ } ,
206
+ ] ,
191
207
} ,
192
208
{
193
209
text : 'Advanced Concepts' ,
194
210
items : [
195
211
{
196
212
text : 'Data Binding' ,
197
- link : '/guide/data-binding'
198
- } ,
199
- {
200
- text : 'Navigation' ,
201
- link : '/guide/ui/navigation' ,
213
+ link : '/guide/data-binding' ,
202
214
} ,
203
215
{
204
216
text : 'Multithreading' ,
@@ -210,28 +222,29 @@ export default [
210
222
} ,
211
223
{
212
224
text : 'Metadata' ,
213
- link : '/guide/metadata'
225
+ link : '/guide/metadata' ,
214
226
} ,
215
227
{
216
228
text : 'Marshalling' ,
229
+ link : '#' ,
217
230
items : [
218
231
{
219
232
text : 'iOS Marshalling' ,
220
233
link : '/guide/ios-marshalling' ,
221
234
} ,
222
235
{
223
- text : 'iOS' ,
236
+ text : 'iOS Runtime Types ' ,
224
237
link : '/guide/ios-runtime-types' ,
225
238
} ,
226
239
{
227
- text : 'Android' ,
240
+ text : 'Android Marshalling ' ,
228
241
link : '/guide/android-marshalling' ,
229
- }
230
- ]
242
+ } ,
243
+ ] ,
231
244
} ,
232
245
{
233
246
text : 'Property System' ,
234
- link : '/guide/property-system'
247
+ link : '/guide/property-system' ,
235
248
} ,
236
249
{
237
250
text : 'Shared Element Transitions' ,
0 commit comments