Skip to content

Commit 569a81a

Browse files
committed
fix thumbnails
1 parent 99eb7f8 commit 569a81a

File tree

1 file changed

+9
-24
lines changed

1 file changed

+9
-24
lines changed

docs.json

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
"groups": [
2121
{
2222
"group": "Getting started",
23-
"pages": [
24-
"index",
25-
"quickstart",
26-
"installation",
27-
"editor"
28-
]
23+
"pages": ["index", "quickstart", "installation", "editor"]
2924
},
3025
{
3126
"group": "Core configuration",
@@ -91,14 +86,14 @@
9186
"group": "MDX",
9287
"icon": "markdown",
9388
"pages": [
94-
"api-playground/mdx/configuration",
95-
"api-playground/mdx/authentication"
89+
"api-playground/mdx/configuration",
90+
"api-playground/mdx/authentication"
9691
]
9792
},
9893
"api-playground/troubleshooting"
9994
]
10095
},
101-
{
96+
{
10297
"group": "Authentication and personalization",
10398
"pages": [
10499
"authentication-personalization/overview",
@@ -139,7 +134,6 @@
139134
"advanced/dashboard/sso",
140135
"advanced/dashboard/permissions",
141136
"advanced/dashboard/roles"
142-
143137
]
144138
},
145139
"guides/deployments",
@@ -200,7 +194,7 @@
200194
{
201195
"group": "Version control and CI/CD",
202196
"pages": [
203-
"settings/github",
197+
"settings/github",
204198
"settings/gitlab",
205199
"settings/ci",
206200
"settings/preview-deployments"
@@ -215,9 +209,7 @@
215209
"groups": [
216210
{
217211
"group": "API Reference",
218-
"pages": [
219-
"api-reference/introduction"
220-
]
212+
"pages": ["api-reference/introduction"]
221213
},
222214
{
223215
"group": "Admin",
@@ -242,9 +234,7 @@
242234
"groups": [
243235
{
244236
"group": "Changelog",
245-
"pages": [
246-
"changelog"
247-
]
237+
"pages": ["changelog"]
248238
}
249239
]
250240
}
@@ -349,15 +339,10 @@
349339
]
350340
},
351341
"thumbnail": {
352-
"background": "/thumbnail/background.png"
342+
"background": "/images/thumbnail/background.svg"
353343
},
354344
"contextual": {
355-
"options": [
356-
"copy",
357-
"view",
358-
"chatgpt",
359-
"claude"
360-
]
345+
"options": ["copy", "view", "chatgpt", "claude"]
361346
},
362347
"redirects": [
363348
{

0 commit comments

Comments
 (0)