initial commit

This commit is contained in:
Jon Brookes 2025-07-13 13:14:36 +01:00
parent 73ff8b5254
commit e58eee7892

View file

@ -6,14 +6,25 @@ import starlight from '@astrojs/starlight';
export default defineConfig({ export default defineConfig({
integrations: [ integrations: [
starlight({ starlight({
title: 'My Docs', title: 'MinimalViableK8s',
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/withastro/starlight' }], social: [{ icon: 'github', label: 'GitHub', href: 'https://codeberg.org/headshed/infctl-cli' }],
sidebar: [ sidebar: [
{ {
label: 'Guides', label: 'MVK',
items: [ items: [
// Each item here is one entry in the navigation menu. // Each item here is one entry in the navigation menu.
{ label: 'Example Guide', slug: 'guides/example' }, { label: 'Minimal Viable Kubernetes', slug: 'guides/mvk' },
],
},
{
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' },
], ],
}, },
{ {