From 807881706bc8e2607ef6e86ce0651bdd12eacd06 Mon Sep 17 00:00:00 2001 From: Quinten Steenhuis Date: Mon, 24 Aug 2026 13:34:20 -0400 Subject: [PATCH] Add some redirects for old Weaver pages --- docusaurus.config.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4833891c4..90be64fef 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -170,6 +170,22 @@ module.exports = { { from: '/docs/volunteer/resources', to: '/docs/get_started/resources' + }, + { + from: '/docs/authoring/generating_code', + to: '/docs/authoring/weaver/weaver_overview' + }, + { + from: '/docs/generating_code', + to: '/docs/authoring/weaver/weaver_overview' + }, + { + from: '/docs/authoring/weaver_overview', + to: '/docs/authoring/weaver/weaver_overview' + }, + { + from: '/docs/authoring/alweaver_overview', + to: '/docs/authoring/weaver/weaver_overview' } ],