docs: split the getting started guide into two separate pages in the "introduction" section

This commit is contained in:
Joakim Carlstein 2023-12-18 10:04:06 +01:00 committed by Joakim Carlstein
parent 99d189aeb9
commit c460ae7459
5 changed files with 60 additions and 39 deletions

View file

@ -14,8 +14,17 @@ export default defineConfig({
},
sidebar: [
{
label: 'Getting Started',
link: '/getting-started/',
label: 'Introduction',
items: [
{
label: "What's Emigrate?",
link: '/intro/whats-emigrate/',
},
{
label: 'Quick Start',
link: '/intro/quick-start/',
},
],
},
{
label: 'Plugins',