docs: add simple docs link (#1077)

This commit is contained in:
Angie Jones
2025-02-05 08:09:47 -06:00
committed by GitHub
parent 40ac1cd0f2
commit 7f85ca1f0f

View File

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