initial commit
This commit is contained in:
parent
73ff8b5254
commit
e58eee7892
1 changed files with 15 additions and 4 deletions
|
|
@ -6,14 +6,25 @@ import starlight from '@astrojs/starlight';
|
|||
export default defineConfig({
|
||||
integrations: [
|
||||
starlight({
|
||||
title: 'My Docs',
|
||||
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/withastro/starlight' }],
|
||||
title: 'MinimalViableK8s',
|
||||
social: [{ icon: 'github', label: 'GitHub', href: 'https://codeberg.org/headshed/infctl-cli' }],
|
||||
sidebar: [
|
||||
|
||||
|
||||
{
|
||||
label: 'Guides',
|
||||
label: 'MVK',
|
||||
items: [
|
||||
// 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' },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue