We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cadf4 commit 0b41a96Copy full SHA for 0b41a96
website/next.config.mjs
@@ -20,6 +20,7 @@ export default withGuildDocs({
20
'/docs/introduction/context': '/docs/essentials/context',
21
'/docs/advanced': '/docs/advanced/subscriptions',
22
'/docs/next/recipes/migration': '/docs/recipes/migration',
23
+ '/docs/legacy/introduction/context': '/docs/get-started',
24
}).map(([from, to]) => ({
25
source: from,
26
destination: to,
0 commit comments