From 9d6bffddd627663e8c7bf57b8e8bf26857497139 Mon Sep 17 00:00:00 2001 From: dks333 Date: Mon, 18 Aug 2025 17:33:06 -0700 Subject: [PATCH] disable redirects --- docs.json | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/docs.json b/docs.json index a137f89a6..6d36fc4c4 100644 --- a/docs.json +++ b/docs.json @@ -20,12 +20,7 @@ "groups": [ { "group": "Getting started", - "pages": [ - "index", - "quickstart", - "installation", - "editor" - ] + "pages": ["index", "quickstart", "installation", "editor"] }, { "group": "Core configuration", @@ -224,9 +219,7 @@ "groups": [ { "group": "API Reference", - "pages": [ - "api-reference/introduction" - ] + "pages": ["api-reference/introduction"] }, { "group": "Admin", @@ -251,9 +244,7 @@ "groups": [ { "group": "Changelog", - "pages": [ - "changelog" - ] + "pages": ["changelog"] } ] } @@ -354,13 +345,7 @@ "background": "/images/thumbnail/background.svg" }, "contextual": { - "options": [ - "copy", - "chatgpt", - "claude", - "cursor", - "vscode" - ] + "options": ["copy", "chatgpt", "claude", "cursor", "vscode"] }, "redirects": [ { @@ -515,5 +500,10 @@ "koala": { "publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8" } + }, + "errors": { + "404": { + "redirect": false + } } }