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/', + }, ], }, ],