Skip to content

Commit e4dfff6

Browse files
author
Thomas Lund Sigdestad
committed
more reorg of menu
1 parent 6d6b4c8 commit e4dfff6

File tree

1 file changed

+91
-23
lines changed

1 file changed

+91
-23
lines changed

docs/menu.json

Lines changed: 91 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,11 @@
5353
"document": "cms",
5454
"menuItems": [
5555
{
56-
"title": "Principles",
56+
"title": "Best practice",
5757
"document": "cms/principles"
5858
},
5959
{
60-
"title": "Projects",
61-
"document": "cms/projects"
62-
},
63-
{
64-
"title": "Layers",
65-
"document": "cms/layers"
66-
},
67-
{
68-
"title": "Schema system",
60+
"title": "Schema System",
6961
"document": "cms/schemas",
7062
"menuItems": [
7163
{
@@ -193,7 +185,7 @@
193185
"document": "cms/sites"
194186
},
195187
{
196-
"title": "Pages",
188+
"title": "Page components",
197189
"document": "cms/pages",
198190
"menuItems": [
199191
{
@@ -213,33 +205,109 @@
213205
"document": "cms/pages/text"
214206
},
215207
{
216-
"title": "Fragments",
217-
"document": "cms/pages/fragments"
218-
},
219-
{
220-
"title": "Filtering",
208+
"title": "Component Filtering",
221209
"document": "cms/pages/filtering"
222210
},
223211
{
224-
"title": "Component indexing",
212+
"title": "Component Indexing",
225213
"document": "cms/pages/indexing"
214+
}
215+
]
216+
}
217+
]
218+
},
219+
{
220+
"title": "Content Management",
221+
"document": "manage",
222+
"menuItems": [
223+
{
224+
"title": "Content Studio",
225+
"document": "manage/content-studio"
226+
},
227+
{
228+
"title": "Projects",
229+
"document": "manage/projects",
230+
"menuItems": [
231+
{
232+
"title": "Branches",
233+
"document": "manage/branches"
234+
}
235+
]
236+
},
237+
{
238+
"title": "Layers",
239+
"document": "manage/layers"
240+
},
241+
{
242+
"title": "Content",
243+
"document": "manage/content",
244+
"menuItems": [
245+
{
246+
"title": "Lifecycle",
247+
"document": "manage/lifecycle"
248+
},
249+
{
250+
"title": "Media",
251+
"document": "manage/media"
252+
},
253+
{
254+
"title": "Attachments",
255+
"document": "manage/attachments"
256+
},
257+
{
258+
"title": "Page",
259+
"document": "manage/page",
260+
"menuItems": [
261+
{
262+
"title": "Page templates",
263+
"document": "cms/page-templates"
264+
},
265+
{
266+
"title": "Fragments",
267+
"document": "cms/pages/fragments"
268+
},
269+
{
270+
"title": "Visual editor",
271+
"document": "cms/pages/editor"
272+
}
273+
]
274+
},
275+
{
276+
"title": "X-data",
277+
"document": "manage/x-data"
278+
},
279+
{
280+
"title": "Variants",
281+
"document": "manage/variants"
226282
},
227283
{
228-
"title": "Visual editor",
229-
"document": "cms/pages/editor"
284+
"title": "Permissions",
285+
"document": "manage/permissions"
286+
},
287+
{
288+
"title": "Versions",
289+
"document": "manage/versions"
230290
}
231291
]
232292
},
233293
{
234-
"title": "Page templates",
235-
"document": "cms/page-templates"
294+
"title": "Preview",
295+
"document": "manage/preview"
296+
},
297+
{
298+
"title": "Publishing",
299+
"document": "manage/publish"
236300
}
237301
]
238-
},
302+
},
239303
{
240304
"title": "API",
241305
"document": "runtime/engines/api-engine",
242306
"menuItems": [
307+
{
308+
"title": "Headless API",
309+
"document": "api/headless"
310+
},
243311
{
244312
"title": "Media API",
245313
"document": "runtime/engines/media-api"
@@ -249,7 +317,7 @@
249317
"document": "runtime/engines/site-engine/component-service"
250318
},
251319
{
252-
"title": "Deprecated APIs",
320+
"title": "Legacy APIs",
253321
"document": "apis/deprecated",
254322
"menuItems": [
255323
{

0 commit comments

Comments
 (0)