From 380a46c2531cf7427d81e6548b39d8372352e602 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Fri, 10 May 2024 09:37:37 -0400 Subject: [PATCH 1/4] fix two broken docs links One per Evan in Slack, one I believe was a typo in the previous fix (was email-reports instead of alerts-reports, so the redirect from alerts-reports doesn't happen) --- docs/docusaurus.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 3c3133546e0d6..30ae29de4b270 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -113,8 +113,11 @@ const config = { }, { to: '/docs/configuration/alerts-reports', - from: '/docs/installation/email-reports', + from: '/docs/installation/alerts-reports', }, + { + to: 'docs/contributing/development', + from: 'docs/contributing/hooks-and-linting' { to: '/docs/intro', from: '/docs/roadmap', From 1dd0a06d8fd6f8344afac509b497529e424429cd Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Fri, 10 May 2024 09:59:48 -0400 Subject: [PATCH 2/4] fix comma --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 30ae29de4b270..0d68d6f10eb5e 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -117,7 +117,7 @@ const config = { }, { to: 'docs/contributing/development', - from: 'docs/contributing/hooks-and-linting' + from: 'docs/contributing/hooks-and-linting', { to: '/docs/intro', from: '/docs/roadmap', From e28ca403e67988602dd466e20f31d471e44bba55 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Fri, 10 May 2024 10:00:38 -0400 Subject: [PATCH 3/4] what if my brain worked or I compiled the docs locally first --- docs/docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 0d68d6f10eb5e..0b43d42600605 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -118,6 +118,7 @@ const config = { { to: 'docs/contributing/development', from: 'docs/contributing/hooks-and-linting', + }, { to: '/docs/intro', from: '/docs/roadmap', From eacb040412060132872a0eb99aa60bdee2dcd427 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Fri, 10 May 2024 10:05:33 -0400 Subject: [PATCH 4/4] more failing --- docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 0b43d42600605..ecec93bce0adf 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -116,8 +116,8 @@ const config = { from: '/docs/installation/alerts-reports', }, { - to: 'docs/contributing/development', - from: 'docs/contributing/hooks-and-linting', + to: '/docs/contributing/development', + from: '/docs/contributing/hooks-and-linting', }, { to: '/docs/intro',