From 9d4d4b9a52ee3f578875aae5a7c227962b023e81 Mon Sep 17 00:00:00 2001 From: jon brookes Date: Wed, 16 Jul 2025 19:22:53 +0100 Subject: [PATCH] added 2 initial getting started guieds --- astro.config.mjs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 70763bf..d542203 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -9,8 +9,6 @@ export default defineConfig({ title: 'MinimalViableK8s', social: [{ icon: 'github', label: 'GitHub', href: 'https://codeberg.org/headshed/infctl-cli' }], sidebar: [ - - { label: 'MVK', items: [ @@ -27,7 +25,6 @@ export default defineConfig({ { label: 'Configuration', slug: 'guides/configuration' }, ], }, - { label: 'Microlearning', items: [ @@ -36,8 +33,6 @@ export default defineConfig({ { label: 'Create a Local K3d Instance', slug: 'guides/local-k3d' }, ], }, - - { label: 'Reference', autogenerate: { directory: 'reference' },