|
23 | 23 | ] |
24 | 24 | }, |
25 | 25 | { |
26 | | - "title": "Content Modelling", |
| 26 | + "title": "Content Modeling", |
27 | 27 | "document": "cms", |
28 | 28 | "menuItems": [ |
29 | 29 | { |
30 | | - "title": "Content Studio", |
31 | | - "document": "admin/content-studio" |
32 | | - }, |
33 | | - { |
34 | | - "title": "Modelling principles", |
| 30 | + "title": "Principles", |
35 | 31 | "document": "cms/principles" |
36 | 32 | }, |
37 | 33 | { |
|
107 | 103 | ] |
108 | 104 | }, |
109 | 105 | { |
110 | | - "title": "Headless development", |
| 106 | + "title": "Headless primer", |
111 | 107 | "document": "headless", |
112 | 108 | "menuItems": [ |
113 | 109 | { |
|
133 | 129 | ] |
134 | 130 | }, |
135 | 131 | { |
136 | | - "title": "Admin Console", |
| 132 | + "title": "Admin", |
137 | 133 | "document": "admin", |
138 | 134 | "menuItems": [ |
139 | 135 | { |
|
167 | 163 | ] |
168 | 164 | }, |
169 | 165 | { |
170 | | - "title": "Core Platform", |
| 166 | + "title": "Platform", |
171 | 167 | "document": "platform", |
172 | 168 | "menuItems": [ |
173 | 169 | { |
174 | 170 | "title": "Architecture", |
175 | 171 | "document": "platform/architecture" |
176 | 172 | }, |
177 | 173 | { |
178 | | - "title": "Runtime", |
179 | | - "document": "runtime", |
| 174 | + "title": "Web APIs", |
| 175 | + "document": "runtime/engines/api-engine", |
180 | 176 | "menuItems": [ |
181 | 177 | { |
182 | | - "title": "HTTP engine", |
183 | | - "document": "runtime/engines", |
184 | | - "menuItems": [ |
185 | | - { |
186 | | - "title": "Webapp Engine", |
187 | | - "document": "runtime/engines/webapp-engine" |
188 | | - }, |
189 | | - { |
190 | | - "title": "Site Engine", |
191 | | - "document": "runtime/engines/site-engine", |
192 | | - "menuItems": [ |
193 | | - { |
194 | | - "title": "Image service", |
195 | | - "document": "runtime/engines/site-engine/image-service" |
196 | | - }, |
197 | | - { |
198 | | - "title": "Component service", |
199 | | - "document": "runtime/engines/site-engine/component-service" |
200 | | - } |
201 | | - ] |
202 | | - }, |
203 | | - { |
204 | | - "title": "API Engine", |
205 | | - "document": "runtime/engines/api-engine" |
206 | | - }, |
207 | | - { |
208 | | - "title": "Media API", |
209 | | - "document": "runtime/engines/media-api" |
210 | | - }, |
211 | | - { |
212 | | - "title": "Admin Engine", |
213 | | - "document": "runtime/engines/admin-engine" |
214 | | - }, |
215 | | - { |
216 | | - "title": "Asset service", |
217 | | - "document": "runtime/engines/asset-service" |
218 | | - }, |
219 | | - { |
220 | | - "title": "HTTP service", |
221 | | - "document": "runtime/engines/http-service" |
222 | | - }, |
223 | | - { |
224 | | - "title": "IDprovider service", |
225 | | - "document": "runtime/engines/idprovider-service" |
226 | | - } |
227 | | - ] |
| 178 | + "title": "Media API", |
| 179 | + "document": "runtime/engines/media-api" |
228 | 180 | }, |
229 | 181 | { |
230 | | - "title": "Task engine", |
231 | | - "document": "runtime/task-engine" |
| 182 | + "title": "Component API", |
| 183 | + "document": "runtime/engines/site-engine/component-service" |
| 184 | + }, |
| 185 | + { |
| 186 | + "title": "Asset service", |
| 187 | + "document": "runtime/engines/asset-service" |
| 188 | + }, |
| 189 | + { |
| 190 | + "title": "HTTP service", |
| 191 | + "document": "runtime/engines/http-service" |
| 192 | + }, |
| 193 | + { |
| 194 | + "title": "Image service", |
| 195 | + "document": "runtime/engines/site-engine/image-service" |
| 196 | + }, |
| 197 | + { |
| 198 | + "title": "IDprovider service", |
| 199 | + "document": "runtime/engines/idprovider-service" |
| 200 | + } |
| 201 | + ] |
| 202 | + }, |
| 203 | + { |
| 204 | + "title": "Runtime", |
| 205 | + "document": "runtime", |
| 206 | + "menuItems": [ |
| 207 | + { |
| 208 | + "title": "Portal", |
| 209 | + "document": "runtime/engines" |
232 | 210 | }, |
233 | 211 | { |
234 | 212 | "title": "Management Endpoint", |
|
319 | 297 | "document": "development", |
320 | 298 | "menuItems": [ |
321 | 299 | { |
322 | | - "title": "Application architecture", |
| 300 | + "title": "Enonic apps", |
323 | 301 | "document": "apps" |
324 | 302 | }, |
325 | 303 | { |
326 | | - "title": "Developer environment", |
| 304 | + "title": "SDK", |
327 | 305 | "document": "development/sdk", |
328 | 306 | "menuItems": [ |
329 | 307 | { |
|
341 | 319 | { |
342 | 320 | "title": "Configuration", |
343 | 321 | "document": "development/config" |
| 322 | + }, |
| 323 | + { |
| 324 | + "title": "TypeScript", |
| 325 | + "document": "development/typescript" |
344 | 326 | } |
345 | 327 | ] |
346 | 328 | }, |
347 | 329 | { |
348 | | - "title": "Framework", |
| 330 | + "title": "JS Framework", |
349 | 331 | "document": "framework", |
350 | 332 | "menuItems": [ |
351 | 333 | { |
|
356 | 338 | "title": "Globals", |
357 | 339 | "document": "framework/globals" |
358 | 340 | }, |
359 | | - { |
360 | | - "title": "HTTP", |
361 | | - "document": "framework/http" |
362 | | - }, |
363 | 341 | { |
364 | 342 | "title": "Events", |
365 | 343 | "document": "framework/events" |
366 | 344 | }, |
| 345 | + { |
| 346 | + "title": "HTTP", |
| 347 | + "document": "framework/http" |
| 348 | + }, |
367 | 349 | { |
368 | 350 | "title": "Error handler", |
369 | 351 | "document": "framework/error" |
|
372 | 354 | "title": "Filters", |
373 | 355 | "document": "framework/filters" |
374 | 356 | }, |
375 | | - { |
376 | | - "title": "ID provider", |
377 | | - "document": "framework/idprovider" |
378 | | - }, |
379 | | - { |
380 | | - "title": "Tasks", |
381 | | - "document": "framework/tasks" |
382 | | - }, |
383 | 357 | { |
384 | 358 | "title": "Templating", |
385 | 359 | "document": "framework/templating" |
|
392 | 366 | "title": "Websocket", |
393 | 367 | "document": "framework/websocket" |
394 | 368 | }, |
| 369 | + { |
| 370 | + "title": "Tasks", |
| 371 | + "document": "framework/tasks" |
| 372 | + }, |
| 373 | + { |
| 374 | + "title": "Task engine", |
| 375 | + "document": "runtime/task-engine" |
| 376 | + }, |
| 377 | + { |
| 378 | + "title": "Main controller", |
| 379 | + "document": "framework/main" |
| 380 | + }, |
| 381 | + { |
| 382 | + "title": "Java bridge", |
| 383 | + "document": "framework/java-bridge" |
| 384 | + } |
| 385 | + ] |
| 386 | + }, |
| 387 | + { |
| 388 | + "title": "Web APIs", |
| 389 | + "document": "runtime/engines/api-engine" |
| 390 | + }, |
| 391 | + { |
| 392 | + "title": "Sites", |
| 393 | + "document": "runtime/engines/site-engine", |
| 394 | + "menuItems": [ |
395 | 395 | { |
396 | 396 | "title": "Mappings", |
397 | 397 | "document": "framework/mappings" |
|
407 | 407 | { |
408 | 408 | "title": "Contributions", |
409 | 409 | "document": "framework/contributions" |
410 | | - }, |
411 | | - { |
412 | | - "title": "Main controller", |
413 | | - "document": "framework/main" |
414 | | - }, |
415 | | - { |
416 | | - "title": "Java bridge", |
417 | | - "document": "framework/java-bridge" |
418 | | - }, |
419 | | - { |
420 | | - "title": "TypeScript", |
421 | | - "document": "development/typescript" |
422 | 410 | } |
423 | 411 | ] |
424 | 412 | }, |
425 | 413 | { |
426 | | - "title": "Building sites", |
427 | | - "document": "development/sites" |
| 414 | + "title": "Web apps", |
| 415 | + "document": "runtime/engines/webapp-engine" |
428 | 416 | }, |
429 | | - { |
430 | | - "title": "Building web apps", |
431 | | - "document": "development/webapps" |
432 | | - }, |
433 | | - { |
434 | | - "title": "Building tasks", |
435 | | - "document": "development/tasks" |
436 | | - }, |
437 | | - { |
438 | | - "title": "Building extensions", |
439 | | - "document": "extending", |
| 417 | + { |
| 418 | + "title": "Extensions", |
| 419 | + "document": "development/extensions", |
440 | 420 | "menuItems": [ |
441 | | - { |
442 | | - "title": "APIs", |
443 | | - "document": "extending/apis" |
444 | | - }, |
445 | 421 | { |
446 | 422 | "title": "ID providers", |
447 | | - "document": "extending/idproviders" |
| 423 | + "document": "framework/idprovider" |
448 | 424 | }, |
449 | 425 | { |
450 | 426 | "title": "Admin apps", |
451 | 427 | "document": "admin/tools" |
452 | 428 | }, |
453 | 429 | { |
454 | | - "title": "Admin Widgets", |
| 430 | + "title": "Admin Engine", |
| 431 | + "document": "runtime/engines/admin-engine" |
| 432 | + }, |
| 433 | + { |
| 434 | + "title": "Widgets", |
455 | 435 | "document": "admin/widgets" |
456 | 436 | } |
457 | 437 | ] |
458 | 438 | }, |
459 | 439 | { |
460 | | - "title": "Server-side API", |
| 440 | + "title": "Core API", |
461 | 441 | "document": "api", |
462 | 442 | "menuItems": [ |
463 | 443 | { |
|
561 | 541 | ] |
562 | 542 | }, |
563 | 543 | { |
564 | | - "title": "Hosting and operations", |
| 544 | + "title": "Hosting", |
565 | 545 | "document": "deployment", |
566 | 546 | "menuItems": [ |
567 | 547 | { |
|
603 | 583 | ] |
604 | 584 | }, |
605 | 585 | { |
606 | | - "title": "Market and applications", |
| 586 | + "title": "Enonic Market", |
607 | 587 | "document": "apps", |
608 | 588 | "menuItems": [ |
609 | 589 | { |
|
0 commit comments