docs(cli): add a main page for Emigrate's CLI

This commit is contained in:
Joakim Carlstein 2024-02-09 14:04:52 +01:00 committed by Joakim Carlstein
parent 0360d0b82f
commit 0c597fd7a8
3 changed files with 101 additions and 14 deletions

View file

@ -78,23 +78,32 @@ export default defineConfig({
],
},
{
label: 'Commands',
label: 'Command Line Interface',
items: [
{
label: 'emigrate up',
link: '/commands/up/',
label: 'Introduction',
link: '/commands/',
},
{
label: 'emigrate list',
link: '/commands/list/',
},
{
label: 'emigrate new',
link: '/commands/new/',
},
{
label: 'emigrate remove',
link: '/commands/remove/',
label: 'Commands',
items: [
{
label: 'emigrate up',
link: '/commands/up/',
},
{
label: 'emigrate list',
link: '/commands/list/',
},
{
label: 'emigrate new',
link: '/commands/new/',
},
{
label: 'emigrate remove',
link: '/commands/remove/',
},
],
},
],
},
@ -106,7 +115,7 @@ export default defineConfig({
link: '/guides/typescript/',
},
{
label: 'Baseline',
label: 'Baseline existing database',
link: '/guides/baseline/',
},
],