added 2 initial getting started guieds

This commit is contained in:
Jon Brookes 2025-07-16 19:18:00 +01:00
parent 3ec4dbd188
commit a73c3b1f28
5 changed files with 124 additions and 2 deletions

View file

@ -27,6 +27,17 @@ export default defineConfig({
{ label: 'Configuration', slug: 'guides/configuration' },
],
},
{
label: 'Microlearning',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Local Dev Environment', slug: 'guides/dev-env' },
{ label: 'Create a Local K3d Instance', slug: 'guides/local-k3d' },
],
},
{
label: 'Reference',
autogenerate: { directory: 'reference' },