chore(docs): remove home link (it's broken)

This commit is contained in:
Matt Kilgore
2024-06-27 22:13:09 -04:00
committed by Katos
parent 8b8a96f93b
commit 40a093656b

View File

@@ -27,7 +27,6 @@ export default defineConfig({
},
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'API', link: 'https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/sysadminsmedia/homebox/main/docs/docs/api/openapi-2.0.json' }
],