From 12b2cf9084b99c9c4f7d8eaa7e3e4df923bd410f Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Fri, 9 Feb 2024 12:00:33 -0800 Subject: [PATCH] Eslint. --- docs/.vitepress/config.mjs | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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'}, ], }, {