From b87bc631493e1367bb7010f2ad57cbf250cad03a Mon Sep 17 00:00:00 2001 From: jxom <7336481+jxom@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:58:09 +1100 Subject: [PATCH] Add redirects for docs section roots --- vocs.config.ts | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/vocs.config.ts b/vocs.config.ts index 6f5b8dc..7c9fc78 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -636,6 +636,42 @@ export default defineConfig({ destination: '/stablecoin-dex/:path*', status: 301, }, + { + source: '/guide', + destination: '/quickstart/integrate-tempo', + }, + { + source: '/quickstart', + destination: '/quickstart/integrate-tempo', + }, + { + source: '/protocol/blockspace', + destination: '/protocol/blockspace/overview', + }, + { + source: '/protocol/tip20', + destination: '/protocol/tip20/overview', + }, + { + source: '/protocol/tip20-rewards', + destination: '/protocol/tip20-rewards/overview', + }, + { + source: '/protocol/tip403', + destination: '/protocol/tip403/overview', + }, + { + source: '/learn/use-cases', + destination: '/learn/use-cases/remittances', + }, + { + source: '/sdk/typescript/server', + destination: '/sdk/typescript/server/handlers', + }, + { + source: '/sdk/typescript/prool', + destination: '/sdk/typescript/prool/setup', + }, ], twoslash: { twoslashOptions: {