From cdb13d87b855c086071e010cfda21804ed0cd35d Mon Sep 17 00:00:00 2001 From: Laurence Date: Thu, 26 Oct 2023 09:08:10 +0100 Subject: [PATCH 1/3] Replace tut with acad --- crowdsec-docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdsec-docs/docusaurus.config.js b/crowdsec-docs/docusaurus.config.js index 782fee08..9617a10e 100644 --- a/crowdsec-docs/docusaurus.config.js +++ b/crowdsec-docs/docusaurus.config.js @@ -68,7 +68,7 @@ module.exports = { position: 'left', label: 'CTI API', }, - { to: 'https://crowdsec.net/blog/category/tutorial/', label: 'Tutorials', position: 'left' }, + { to: 'https://academy.crowdsec.net/', label: 'Academy', position: 'left' }, { type: 'doc', docId: 'faq', From e19203a0adb2298beca8b1abc1e4406b0d4b2912 Mon Sep 17 00:00:00 2001 From: Laurence Date: Thu, 26 Oct 2023 09:09:27 +0100 Subject: [PATCH 2/3] Remove redundant footer --- crowdsec-docs/docusaurus.config.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/crowdsec-docs/docusaurus.config.js b/crowdsec-docs/docusaurus.config.js index 9617a10e..ef29e51d 100644 --- a/crowdsec-docs/docusaurus.config.js +++ b/crowdsec-docs/docusaurus.config.js @@ -111,19 +111,6 @@ module.exports = { footer: { style: 'dark', links: [ - { - title: 'Docs', - items: [ - { - label: 'Doc Mini-Tutorial Articles', - to: '/blog', - }, - { - label: 'Documentation', - to: '/docs/intro', - }, - ], - }, { title: 'Community', items: [ From a3197395de0b3aa19d7e759fbf5fb83184aa7047 Mon Sep 17 00:00:00 2001 From: Laurence Date: Thu, 26 Oct 2023 09:10:00 +0100 Subject: [PATCH 3/3] Readd tut to footer --- crowdsec-docs/docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crowdsec-docs/docusaurus.config.js b/crowdsec-docs/docusaurus.config.js index ef29e51d..dbf6b6c3 100644 --- a/crowdsec-docs/docusaurus.config.js +++ b/crowdsec-docs/docusaurus.config.js @@ -147,6 +147,10 @@ module.exports = { label: 'Blog', href: 'https://crowdsec.net/blog/', }, + { + label: 'Tutorial', + href: 'https://crowdsec.net/blog/category/tutorial/', + }, ], },