docs: add documentation for the commands: up, list, new and remove

This commit is contained in:
Joakim Carlstein 2023-12-18 11:55:32 +01:00 committed by Joakim Carlstein
parent c460ae7459
commit 2a82897ba8
6 changed files with 316 additions and 0 deletions

View file

@ -12,6 +12,9 @@ export default defineConfig({
editLink: {
baseUrl: 'https://github.com/aboviq/emigrate/edit/main/docs/',
},
components: {
PageTitle: './src/components/PageTitle.astro',
},
sidebar: [
{
label: 'Introduction',
@ -26,6 +29,27 @@ export default defineConfig({
},
],
},
{
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/',
},
],
},
{
label: 'Plugins',
items: [