From a4d628e4ec6467c87b31263623f27094ddbb122d Mon Sep 17 00:00:00 2001 From: irfanpena <137022864+irfanpena@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:35:39 +0700 Subject: [PATCH] Updated docusaurus.config.js updated the redirect links --- docs/docusaurus.config.js | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 903c008bb..653c8f391 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -81,10 +81,6 @@ const config = { from: '/troubleshooting/stuck-on-broken-build/', to: '/troubleshooting/', }, - { - from: '/guides/troubleshooting/', - to: '/troubleshooting/', - }, { from: '/troubleshooting/somethings-amiss/', to: '/troubleshooting/', @@ -193,10 +189,6 @@ const config = { from: '/guides/integrations/continue/', to: '/integrations/continue/', }, - { - from: '/guides/integrations/continue/', - to: '/integrations/continue/', - }, { from: '/docs/engineering/assistants/', to: '/developer/framework/engineering/assistants/', @@ -285,10 +277,6 @@ const config = { from: '/features/extensions', to: '/extensions/', }, - { - from: '/features/extensions', - to: '/extensions/', - }, { from: '/specs/chats/', to: '/developer/framework/engineering/chats/', @@ -301,10 +289,6 @@ const config = { from: '/docs/extension-capabilities/', to: '/extensions/', }, - { - from: '/docs/extension-capabilities/', - to: '/extensions/', - }, { from: '/docs/get-started/use-local-server/', to: '/guides/local-api/', @@ -478,9 +462,9 @@ const config = { to: '/guides/threads/', }, { - from: '/docs/UI', - to: '/developer/ui' - } + from: '/docs/modules/assistants', + to: '/developer/assistant/', + }, ], }, ],