added 2 initial getting started guieds

This commit is contained in:
Jon Brookes 2025-07-16 19:22:53 +01:00
parent a73c3b1f28
commit 9d4d4b9a52

View file

@ -9,8 +9,6 @@ export default defineConfig({
title: 'MinimalViableK8s', title: 'MinimalViableK8s',
social: [{ icon: 'github', label: 'GitHub', href: 'https://codeberg.org/headshed/infctl-cli' }], social: [{ icon: 'github', label: 'GitHub', href: 'https://codeberg.org/headshed/infctl-cli' }],
sidebar: [ sidebar: [
{ {
label: 'MVK', label: 'MVK',
items: [ items: [
@ -27,7 +25,6 @@ export default defineConfig({
{ label: 'Configuration', slug: 'guides/configuration' }, { label: 'Configuration', slug: 'guides/configuration' },
], ],
}, },
{ {
label: 'Microlearning', label: 'Microlearning',
items: [ items: [
@ -36,8 +33,6 @@ export default defineConfig({
{ label: 'Create a Local K3d Instance', slug: 'guides/local-k3d' }, { label: 'Create a Local K3d Instance', slug: 'guides/local-k3d' },
], ],
}, },
{ {
label: 'Reference', label: 'Reference',
autogenerate: { directory: 'reference' }, autogenerate: { directory: 'reference' },