Refactor MVK documentation

templates; streamline navigation, add new guides, and enhance clarity in prerequisites, configuration, and run instructions for Gcloud setups.
This commit is contained in:
jon brookes 2025-10-21 15:53:12 +01:00
parent cce1c1aa7a
commit 8ff2f6dc12
11 changed files with 187 additions and 42 deletions

View file

@ -23,41 +23,11 @@ export default defineConfig({
sidebar: [
{
label: 'MVK',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Minimal Viable Kubernetes', slug: 'mvk/intro' },
],
autogenerate: { directory: 'mvk' },
},
{
label: 'infctl',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Introduction', slug: 'infctl/intro' },
{ label: 'Quick Start Guide', slug: 'infctl/quick-start' },
{ label: 'Configuration', slug: 'infctl/configuration' },
],
},
// {
// label: 'MVK',
// autogenerate: { directory: 'mvk' },
// },
{
label: 'Microlearning',
autogenerate: { directory: 'guides' },
// items: [
// { label: 'Local Dev Environment', slug: 'guides/dev-env' },
// { label: 'Create a Local K3d Instance', slug: 'guides/local-k3d' },
// { label: 'Initial Pipeline Run', slug: 'guides/infctl-first-run' },
// { label: 'Create a vagrant 3 node cluster', slug: 'guides/local-vagrant-cluster' },
// { label: 'Add Longhorn Storage', slug: 'guides/local-vagrant-cluster-storage' },
// { label: 'Add Ingress', slug: 'guides/local-vagrant-cluster-ingress' },
// ],
},
{
label: 'MVK Templates',