Skip to content

Commit

Permalink
docs: add simple docs link (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
angiejones authored Feb 5, 2025
1 parent 40ac1cd commit 7f85ca1
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,28 +68,32 @@ const config: Config = {
{
redirects: [
{
to: '/docs/getting-started/providers#using-goose-for-free',
from: '/docs/getting-started/using-goose-free',
to: '/docs/getting-started/providers#using-goose-for-free'
},
{
to: '/docs/getting-started/providers',
from: '/v1/docs/getting-started/providers',
to: '/docs/getting-started/providers'
},
{
to: '/docs/getting-started/installation',
from: '/v1/docs/getting-started/installation',
to: '/docs/getting-started/installation'
},
{
to: '/docs/quickstart',
from: '/v1/docs/quickstart',
to: '/docs/quickstart'
},
{
to: '/',
from: '/v1/',
to: '/'
},
{
to: '/docs/tutorials/custom-extensions',
from: '/docs/guides/custom-extensions'
from: '/docs/guides/custom-extensions',
to: '/docs/tutorials/custom-extensions'
},
{
from: '/docs',
to: '/docs/category/getting-started'
}
],
},
Expand Down

0 comments on commit 7f85ca1

Please sign in to comment.