docs(cli): change URL path from /commands/ to /cli/
This commit is contained in:
parent
0c597fd7a8
commit
1d33d65135
17 changed files with 25 additions and 20 deletions
|
|
@ -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/',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue