From 6d3b0163e47023245ef5b4e4bf9bed2b0e1fce10 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Mon, 6 May 2024 23:18:32 -0400 Subject: [PATCH] fix: make API docs collapsed by default --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index a736b6642..3ad51fd62 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -88,6 +88,7 @@ export default defineConfig({ autogenerate: { directory: 'api', }, + sidebar: { collapsed: true }, }), ], }), tailwind()]