Skip to content

Commit f6ca871

Browse files
author
Thomas Lund Sigdestad
committed
menu iteration
1 parent 9e7144d commit f6ca871

File tree

1 file changed

+88
-108
lines changed

1 file changed

+88
-108
lines changed

docs/menu.json

Lines changed: 88 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@
2323
]
2424
},
2525
{
26-
"title": "Content Modelling",
26+
"title": "Content Modeling",
2727
"document": "cms",
2828
"menuItems": [
2929
{
30-
"title": "Content Studio",
31-
"document": "admin/content-studio"
32-
},
33-
{
34-
"title": "Modelling principles",
30+
"title": "Principles",
3531
"document": "cms/principles"
3632
},
3733
{
@@ -107,7 +103,7 @@
107103
]
108104
},
109105
{
110-
"title": "Headless development",
106+
"title": "Headless primer",
111107
"document": "headless",
112108
"menuItems": [
113109
{
@@ -133,7 +129,7 @@
133129
]
134130
},
135131
{
136-
"title": "Admin Console",
132+
"title": "Admin",
137133
"document": "admin",
138134
"menuItems": [
139135
{
@@ -167,68 +163,50 @@
167163
]
168164
},
169165
{
170-
"title": "Core Platform",
166+
"title": "Platform",
171167
"document": "platform",
172168
"menuItems": [
173169
{
174170
"title": "Architecture",
175171
"document": "platform/architecture"
176172
},
177173
{
178-
"title": "Runtime",
179-
"document": "runtime",
174+
"title": "Web APIs",
175+
"document": "runtime/engines/api-engine",
180176
"menuItems": [
181177
{
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"
228180
},
229181
{
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"
232210
},
233211
{
234212
"title": "Management Endpoint",
@@ -319,11 +297,11 @@
319297
"document": "development",
320298
"menuItems": [
321299
{
322-
"title": "Application architecture",
300+
"title": "Enonic apps",
323301
"document": "apps"
324302
},
325303
{
326-
"title": "Developer environment",
304+
"title": "SDK",
327305
"document": "development/sdk",
328306
"menuItems": [
329307
{
@@ -341,11 +319,15 @@
341319
{
342320
"title": "Configuration",
343321
"document": "development/config"
322+
},
323+
{
324+
"title": "TypeScript",
325+
"document": "development/typescript"
344326
}
345327
]
346328
},
347329
{
348-
"title": "Framework",
330+
"title": "JS Framework",
349331
"document": "framework",
350332
"menuItems": [
351333
{
@@ -356,14 +338,14 @@
356338
"title": "Globals",
357339
"document": "framework/globals"
358340
},
359-
{
360-
"title": "HTTP",
361-
"document": "framework/http"
362-
},
363341
{
364342
"title": "Events",
365343
"document": "framework/events"
366344
},
345+
{
346+
"title": "HTTP",
347+
"document": "framework/http"
348+
},
367349
{
368350
"title": "Error handler",
369351
"document": "framework/error"
@@ -372,14 +354,6 @@
372354
"title": "Filters",
373355
"document": "framework/filters"
374356
},
375-
{
376-
"title": "ID provider",
377-
"document": "framework/idprovider"
378-
},
379-
{
380-
"title": "Tasks",
381-
"document": "framework/tasks"
382-
},
383357
{
384358
"title": "Templating",
385359
"document": "framework/templating"
@@ -392,6 +366,32 @@
392366
"title": "Websocket",
393367
"document": "framework/websocket"
394368
},
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": [
395395
{
396396
"title": "Mappings",
397397
"document": "framework/mappings"
@@ -407,57 +407,37 @@
407407
{
408408
"title": "Contributions",
409409
"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"
422410
}
423411
]
424412
},
425413
{
426-
"title": "Building sites",
427-
"document": "development/sites"
414+
"title": "Web apps",
415+
"document": "runtime/engines/webapp-engine"
428416
},
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",
440420
"menuItems": [
441-
{
442-
"title": "APIs",
443-
"document": "extending/apis"
444-
},
445421
{
446422
"title": "ID providers",
447-
"document": "extending/idproviders"
423+
"document": "framework/idprovider"
448424
},
449425
{
450426
"title": "Admin apps",
451427
"document": "admin/tools"
452428
},
453429
{
454-
"title": "Admin Widgets",
430+
"title": "Admin Engine",
431+
"document": "runtime/engines/admin-engine"
432+
},
433+
{
434+
"title": "Widgets",
455435
"document": "admin/widgets"
456436
}
457437
]
458438
},
459439
{
460-
"title": "Server-side API",
440+
"title": "Core API",
461441
"document": "api",
462442
"menuItems": [
463443
{
@@ -561,7 +541,7 @@
561541
]
562542
},
563543
{
564-
"title": "Hosting and operations",
544+
"title": "Hosting",
565545
"document": "deployment",
566546
"menuItems": [
567547
{
@@ -603,7 +583,7 @@
603583
]
604584
},
605585
{
606-
"title": "Market and applications",
586+
"title": "Enonic Market",
607587
"document": "apps",
608588
"menuItems": [
609589
{

0 commit comments

Comments
 (0)