added 2 initial getting started guieds
This commit is contained in:
parent
3ec4dbd188
commit
a73c3b1f28
5 changed files with 124 additions and 2 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue