Skip to content

Commit 9d6bffd

Browse files
committed
disable redirects
1 parent 137cb44 commit 9d6bffd

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

docs.json

Lines changed: 9 additions & 19 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",
@@ -224,9 +219,7 @@
224219
"groups": [
225220
{
226221
"group": "API Reference",
227-
"pages": [
228-
"api-reference/introduction"
229-
]
222+
"pages": ["api-reference/introduction"]
230223
},
231224
{
232225
"group": "Admin",
@@ -251,9 +244,7 @@
251244
"groups": [
252245
{
253246
"group": "Changelog",
254-
"pages": [
255-
"changelog"
256-
]
247+
"pages": ["changelog"]
257248
}
258249
]
259250
}
@@ -354,13 +345,7 @@
354345
"background": "/images/thumbnail/background.svg"
355346
},
356347
"contextual": {
357-
"options": [
358-
"copy",
359-
"chatgpt",
360-
"claude",
361-
"cursor",
362-
"vscode"
363-
]
348+
"options": ["copy", "chatgpt", "claude", "cursor", "vscode"]
364349
},
365350
"redirects": [
366351
{
@@ -515,5 +500,10 @@
515500
"koala": {
516501
"publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8"
517502
}
503+
},
504+
"errors": {
505+
"404": {
506+
"redirect": false
507+
}
518508
}
519509
}

0 commit comments

Comments
 (0)