Updated docusaurus.config.js

updated the redirect links
This commit is contained in:
irfanpena 2024-03-20 21:35:39 +07:00 committed by GitHub
parent 05fe909857
commit a4d628e4ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,10 +81,6 @@ const config = {
from: '/troubleshooting/stuck-on-broken-build/', from: '/troubleshooting/stuck-on-broken-build/',
to: '/troubleshooting/', to: '/troubleshooting/',
}, },
{
from: '/guides/troubleshooting/',
to: '/troubleshooting/',
},
{ {
from: '/troubleshooting/somethings-amiss/', from: '/troubleshooting/somethings-amiss/',
to: '/troubleshooting/', to: '/troubleshooting/',
@ -193,10 +189,6 @@ const config = {
from: '/guides/integrations/continue/', from: '/guides/integrations/continue/',
to: '/integrations/continue/', to: '/integrations/continue/',
}, },
{
from: '/guides/integrations/continue/',
to: '/integrations/continue/',
},
{ {
from: '/docs/engineering/assistants/', from: '/docs/engineering/assistants/',
to: '/developer/framework/engineering/assistants/', to: '/developer/framework/engineering/assistants/',
@ -285,10 +277,6 @@ const config = {
from: '/features/extensions', from: '/features/extensions',
to: '/extensions/', to: '/extensions/',
}, },
{
from: '/features/extensions',
to: '/extensions/',
},
{ {
from: '/specs/chats/', from: '/specs/chats/',
to: '/developer/framework/engineering/chats/', to: '/developer/framework/engineering/chats/',
@ -301,10 +289,6 @@ const config = {
from: '/docs/extension-capabilities/', from: '/docs/extension-capabilities/',
to: '/extensions/', to: '/extensions/',
}, },
{
from: '/docs/extension-capabilities/',
to: '/extensions/',
},
{ {
from: '/docs/get-started/use-local-server/', from: '/docs/get-started/use-local-server/',
to: '/guides/local-api/', to: '/guides/local-api/',
@ -478,9 +462,9 @@ const config = {
to: '/guides/threads/', to: '/guides/threads/',
}, },
{ {
from: '/docs/UI', from: '/docs/modules/assistants',
to: '/developer/ui' to: '/developer/assistant/',
} },
], ],
}, },
], ],