Skip to content

Commit

Permalink
Updated docusaurus.config.js
Browse files Browse the repository at this point in the history
updated the redirect links
  • Loading branch information
irfanpena authored Mar 20, 2024
1 parent 05fe909 commit a4d628e
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down Expand Up @@ -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/',
Expand Down Expand Up @@ -285,10 +277,6 @@ const config = {
from: '/features/extensions',
to: '/extensions/',
},
{
from: '/features/extensions',
to: '/extensions/',
},
{
from: '/specs/chats/',
to: '/developer/framework/engineering/chats/',
Expand All @@ -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/',
Expand Down Expand Up @@ -478,9 +462,9 @@ const config = {
to: '/guides/threads/',
},
{
from: '/docs/UI',
to: '/developer/ui'
}
from: '/docs/modules/assistants',
to: '/developer/assistant/',
},
],
},
],
Expand Down

0 comments on commit a4d628e

Please sign in to comment.