Skip to content

Commit

Permalink
Eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 9, 2024
1 parent 8616f21 commit 12b2cf9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
],
},
{
Expand Down

0 comments on commit 12b2cf9

Please sign in to comment.