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' },