docs: split the getting started guide into two separate pages in the "introduction" section
This commit is contained in:
parent
99d189aeb9
commit
c460ae7459
5 changed files with 60 additions and 39 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue