diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index e43ab7a0f..8318ef721 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -38,20 +38,20 @@ function sidebar() { text: 'Commands', collapsed: true, items: [ - { text: 'Lando Config', link: '/config' }, - { text: 'Lando Destroy', link: '/destroy' }, - { text: 'Lando Init', link: '/init' }, - { text: 'Lando Info', link: '/info' }, - { text: 'Lando List', link: '/list' }, - { text: 'Lando Logs', link: '/logs' }, - { text: 'Lando Poweroff', link: '/poweroff' }, - { text: 'Lando Rebuild', link: '/rebuild' }, - { text: 'Lando Restart', link: '/restart' }, - { text: 'Lando Share', link: '/share' }, - { text: 'Lando SSH', link: '/ssh' }, - { text: 'Lando Start', link: '/start' }, - { text: 'Lando Stop', link: '/stop' }, - { text: 'Lando Version', link: '/version' } + {text: 'Lando Config', link: '/config'}, + {text: 'Lando Destroy', link: '/destroy'}, + {text: 'Lando Init', link: '/init'}, + {text: 'Lando Info', link: '/info'}, + {text: 'Lando List', link: '/list'}, + {text: 'Lando Logs', link: '/logs'}, + {text: 'Lando Poweroff', link: '/poweroff'}, + {text: 'Lando Rebuild', link: '/rebuild'}, + {text: 'Lando Restart', link: '/restart'}, + {text: 'Lando Share', link: '/share'}, + {text: 'Lando SSH', link: '/ssh'}, + {text: 'Lando Start', link: '/start'}, + {text: 'Lando Stop', link: '/stop'}, + {text: 'Lando Version', link: '/version'}, ], }, {