Skip to content

Commit

Permalink
fix(website): add direction for 404 urls
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Apr 27, 2024
1 parent c965860 commit 0993c4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,14 @@ const config = {
to: '/blog/2024/02/05/create-tabby-extension-with-language-server-protocol',
from: '/blog/running-tabby-as-a-language-server'
},
{
to: '/docs/installation/docker',
from: '/docs/self-hosting/docker'
},
{
to: '/docs/extensions/installation/vscode',
from: '/docs/extensions/vscode'
},
]
},
],
Expand Down

0 comments on commit 0993c4e

Please sign in to comment.