Remove outdated guides and restructure documentation for infctl and MVK
- Deleted the following guides: - Introduction to infctl - Local K3d Instance creation - Traefik ingress setup - Longhorn storage setup - Local Vagrant cluster setup - Quick Start guide for MVK - Minimal Viable Kubernetes overview - Added new guides: - Local Development Environment setup - Initial Pipeline Run for infctl - Create a Vagrant 3 node cluster - Smoke test for Vagrant cluster - Add Longhorn Storage guide - Add Ingress guide - Smoke test for Ingress - Updated index and navigation links to reflect new structure.
This commit is contained in:
parent
c1cea80b12
commit
ff6341edf1
16 changed files with 97 additions and 6811 deletions
|
|
@ -8,46 +8,50 @@ export default defineConfig({
|
|||
starlight({
|
||||
title: 'MinimalViableK8s',
|
||||
social: [{ icon: 'github', label: 'GitHub', href: 'https://codeberg.org/headshed/infctl-cli' }],
|
||||
head: [
|
||||
{
|
||||
tag: 'script',
|
||||
attrs: {
|
||||
defer: true,
|
||||
'data-domain': 'mvk.headshed.dev',
|
||||
src: 'https://stats.headshed.dev/js/script.js'
|
||||
}
|
||||
}
|
||||
],
|
||||
head: [
|
||||
{
|
||||
tag: 'script',
|
||||
attrs: {
|
||||
defer: true,
|
||||
'data-domain': 'mvk.headshed.dev',
|
||||
src: 'https://stats.headshed.dev/js/script.js'
|
||||
}
|
||||
}
|
||||
],
|
||||
sidebar: [
|
||||
{
|
||||
label: 'MVK',
|
||||
items: [
|
||||
// Each item here is one entry in the navigation menu.
|
||||
{ label: 'Minimal Viable Kubernetes', slug: 'guides/mvk' },
|
||||
{ label: 'Minimal Viable Kubernetes', slug: 'mvk/intro' },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'infctl',
|
||||
items: [
|
||||
// Each item here is one entry in the navigation menu.
|
||||
{ label: 'Introduction', slug: 'guides/intro' },
|
||||
{ label: 'Quick Start Guide', slug: 'guides/quick-start' },
|
||||
{ label: 'Configuration', slug: 'guides/configuration' },
|
||||
{ label: 'Introduction', slug: 'infctl/intro' },
|
||||
{ label: 'Quick Start Guide', slug: 'infctl/quick-start' },
|
||||
{ label: 'Configuration', slug: 'infctl/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: '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' },
|
||||
|
||||
|
||||
],
|
||||
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: 'Reference',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue