From d18a5957a6e530cc0ba843935ac6b41c26e298a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Wed, 28 Aug 2024 10:12:29 -0400 Subject: [PATCH 1/3] chore: move docs from kubefirst.io to konstruct.io --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b10db9a0..4490ce07 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -9,7 +9,7 @@ const config = { title: 'Kubefirst Docs', tagline: 'Instant Kubernetes Platforms', favicon: 'img/favicon.ico', - url: 'https://docs.kubefirst.io', + url: 'https://kubefirst.konstruct.io/docs', baseUrl: process.env.BASEURL || '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'throw', From b03f5a00438f118a45c94755809ddaac6e8a66c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Wed, 28 Aug 2024 10:20:45 -0400 Subject: [PATCH 2/3] fix --- docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4490ce07..91817185 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -9,8 +9,8 @@ const config = { title: 'Kubefirst Docs', tagline: 'Instant Kubernetes Platforms', favicon: 'img/favicon.ico', - url: 'https://kubefirst.konstruct.io/docs', - baseUrl: process.env.BASEURL || '/', + url: 'https://kubefirst.konstruct.io', + baseUrl: process.env.BASEURL || '/docs', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'throw', i18n: { @@ -23,7 +23,7 @@ const config = { 'classic', { docs: { - routeBasePath: '/', + routeBasePath: '/docs', sidebarPath: require.resolve('./sidebars.js'), remarkPlugins: [require('remark-docusaurus-tabs')], }, From 19f3acd256897d4571ffee38c2797d42e332d0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Wed, 28 Aug 2024 10:44:07 -0400 Subject: [PATCH 3/3] fix --- docusaurus.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 91817185..b1d260d2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -23,7 +23,7 @@ const config = { 'classic', { docs: { - routeBasePath: '/docs', + routeBasePath: '/', sidebarPath: require.resolve('./sidebars.js'), remarkPlugins: [require('remark-docusaurus-tabs')], }, @@ -97,10 +97,6 @@ const config = { content: 'kubernetes, gitops, ci, cd, argocd, aws, civo, k3d, vultr' }, ], - tableOfContents: { - minHeadingLevel: 2, - maxHeadingLevel: 5, - }, navbar: { title: 'Kubefirst', logo: {