|
20 | 20 | "groups": [
|
21 | 21 | {
|
22 | 22 | "group": "Getting started",
|
23 |
| - "pages": [ |
24 |
| - "index", |
25 |
| - "quickstart", |
26 |
| - "installation", |
27 |
| - "editor" |
28 |
| - ] |
| 23 | + "pages": ["index", "quickstart", "installation", "editor"] |
29 | 24 | },
|
30 | 25 | {
|
31 | 26 | "group": "Core configuration",
|
|
91 | 86 | "group": "MDX",
|
92 | 87 | "icon": "markdown",
|
93 | 88 | "pages": [
|
94 |
| - "api-playground/mdx/configuration", |
95 |
| - "api-playground/mdx/authentication" |
| 89 | + "api-playground/mdx/configuration", |
| 90 | + "api-playground/mdx/authentication" |
96 | 91 | ]
|
97 | 92 | },
|
98 | 93 | "api-playground/troubleshooting"
|
99 | 94 | ]
|
100 | 95 | },
|
101 |
| - { |
| 96 | + { |
102 | 97 | "group": "Authentication and personalization",
|
103 | 98 | "pages": [
|
104 | 99 | "authentication-personalization/overview",
|
|
139 | 134 | "advanced/dashboard/sso",
|
140 | 135 | "advanced/dashboard/permissions",
|
141 | 136 | "advanced/dashboard/roles"
|
142 |
| - |
143 | 137 | ]
|
144 | 138 | },
|
145 | 139 | "guides/deployments",
|
|
200 | 194 | {
|
201 | 195 | "group": "Version control and CI/CD",
|
202 | 196 | "pages": [
|
203 |
| - "settings/github", |
| 197 | + "settings/github", |
204 | 198 | "settings/gitlab",
|
205 | 199 | "settings/ci",
|
206 | 200 | "settings/preview-deployments"
|
|
215 | 209 | "groups": [
|
216 | 210 | {
|
217 | 211 | "group": "API Reference",
|
218 |
| - "pages": [ |
219 |
| - "api-reference/introduction" |
220 |
| - ] |
| 212 | + "pages": ["api-reference/introduction"] |
221 | 213 | },
|
222 | 214 | {
|
223 | 215 | "group": "Admin",
|
|
242 | 234 | "groups": [
|
243 | 235 | {
|
244 | 236 | "group": "Changelog",
|
245 |
| - "pages": [ |
246 |
| - "changelog" |
247 |
| - ] |
| 237 | + "pages": ["changelog"] |
248 | 238 | }
|
249 | 239 | ]
|
250 | 240 | }
|
|
349 | 339 | ]
|
350 | 340 | },
|
351 | 341 | "thumbnail": {
|
352 |
| - "background": "/thumbnail/background.png" |
| 342 | + "background": "/images/thumbnail/background.svg" |
353 | 343 | },
|
354 | 344 | "contextual": {
|
355 |
| - "options": [ |
356 |
| - "copy", |
357 |
| - "view", |
358 |
| - "chatgpt", |
359 |
| - "claude" |
360 |
| - ] |
| 345 | + "options": ["copy", "view", "chatgpt", "claude"] |
361 | 346 | },
|
362 | 347 | "redirects": [
|
363 | 348 | {
|
|
0 commit comments