feat: add content

This commit is contained in:
2026-02-08 16:24:54 -06:00
parent a5ef209186
commit 48c3fabb0a
6 changed files with 98 additions and 28 deletions

View File

@@ -35,13 +35,17 @@ export default defineConfig({
starlightThemeRapide()
],
sidebar: [
{
label: "Reference",
autogenerate: { directory: "reference" },
},
{
label: "Guides",
autogenerate: { directory: "guides" },
},
{
label: "Reference",
autogenerate: { directory: "reference" },
label: "Applications",
autogenerate: { directory: "applications" },
},
],
}),