docs(cli): change URL path from /commands/ to /cli/

This commit is contained in:
Joakim Carlstein 2024-02-09 14:35:32 +01:00 committed by Joakim Carlstein
parent 0c597fd7a8
commit 1d33d65135
17 changed files with 25 additions and 20 deletions

View file

@ -82,26 +82,26 @@ export default defineConfig({
items: [
{
label: 'Introduction',
link: '/commands/',
link: '/cli/',
},
{
label: 'Commands',
items: [
{
label: 'emigrate up',
link: '/commands/up/',
link: '/cli/up/',
},
{
label: 'emigrate list',
link: '/commands/list/',
link: '/cli/list/',
},
{
label: 'emigrate new',
link: '/commands/new/',
link: '/cli/new/',
},
{
label: 'emigrate remove',
link: '/commands/remove/',
link: '/cli/remove/',
},
],
},