Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 9 additions & 24 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@
"groups": [
{
"group": "Getting started",
"pages": [
"index",
"quickstart",
"installation",
"editor"
]
"pages": ["index", "quickstart", "installation", "editor"]
},
{
"group": "Core configuration",
Expand Down Expand Up @@ -91,14 +86,14 @@
"group": "MDX",
"icon": "markdown",
"pages": [
"api-playground/mdx/configuration",
"api-playground/mdx/authentication"
"api-playground/mdx/configuration",
"api-playground/mdx/authentication"
]
},
"api-playground/troubleshooting"
]
},
{
{
"group": "Authentication and personalization",
"pages": [
"authentication-personalization/overview",
Expand Down Expand Up @@ -139,7 +134,6 @@
"advanced/dashboard/sso",
"advanced/dashboard/permissions",
"advanced/dashboard/roles"

]
},
"guides/deployments",
Expand Down Expand Up @@ -200,7 +194,7 @@
{
"group": "Version control and CI/CD",
"pages": [
"settings/github",
"settings/github",
"settings/gitlab",
"settings/ci",
"settings/preview-deployments"
Expand All @@ -215,9 +209,7 @@
"groups": [
{
"group": "API Reference",
"pages": [
"api-reference/introduction"
]
"pages": ["api-reference/introduction"]
},
{
"group": "Admin",
Expand All @@ -242,9 +234,7 @@
"groups": [
{
"group": "Changelog",
"pages": [
"changelog"
]
"pages": ["changelog"]
}
]
}
Expand Down Expand Up @@ -349,15 +339,10 @@
]
},
"thumbnail": {
"background": "/thumbnail/background.png"
"background": "/images/thumbnail/background.svg"
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude"
]
"options": ["copy", "view", "chatgpt", "claude"]
},
"redirects": [
{
Expand Down
Loading