|
53 | 53 | "document": "cms", |
54 | 54 | "menuItems": [ |
55 | 55 | { |
56 | | - "title": "Principles", |
| 56 | + "title": "Best practice", |
57 | 57 | "document": "cms/principles" |
58 | 58 | }, |
59 | 59 | { |
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", |
69 | 61 | "document": "cms/schemas", |
70 | 62 | "menuItems": [ |
71 | 63 | { |
|
193 | 185 | "document": "cms/sites" |
194 | 186 | }, |
195 | 187 | { |
196 | | - "title": "Pages", |
| 188 | + "title": "Page components", |
197 | 189 | "document": "cms/pages", |
198 | 190 | "menuItems": [ |
199 | 191 | { |
|
213 | 205 | "document": "cms/pages/text" |
214 | 206 | }, |
215 | 207 | { |
216 | | - "title": "Fragments", |
217 | | - "document": "cms/pages/fragments" |
218 | | - }, |
219 | | - { |
220 | | - "title": "Filtering", |
| 208 | + "title": "Component Filtering", |
221 | 209 | "document": "cms/pages/filtering" |
222 | 210 | }, |
223 | 211 | { |
224 | | - "title": "Component indexing", |
| 212 | + "title": "Component Indexing", |
225 | 213 | "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" |
226 | 282 | }, |
227 | 283 | { |
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" |
230 | 290 | } |
231 | 291 | ] |
232 | 292 | }, |
233 | 293 | { |
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" |
236 | 300 | } |
237 | 301 | ] |
238 | | - }, |
| 302 | + }, |
239 | 303 | { |
240 | 304 | "title": "API", |
241 | 305 | "document": "runtime/engines/api-engine", |
242 | 306 | "menuItems": [ |
| 307 | + { |
| 308 | + "title": "Headless API", |
| 309 | + "document": "api/headless" |
| 310 | + }, |
243 | 311 | { |
244 | 312 | "title": "Media API", |
245 | 313 | "document": "runtime/engines/media-api" |
|
249 | 317 | "document": "runtime/engines/site-engine/component-service" |
250 | 318 | }, |
251 | 319 | { |
252 | | - "title": "Deprecated APIs", |
| 320 | + "title": "Legacy APIs", |
253 | 321 | "document": "apis/deprecated", |
254 | 322 | "menuItems": [ |
255 | 323 | { |
|
0 commit comments