feat: add more guides and command parsing

This commit is contained in:
DecDuck
2026-01-28 23:15:38 +11:00
parent 974b1d0f76
commit 6bfec06fec
7 changed files with 238 additions and 1 deletions
+7 -1
View File
@@ -32,12 +32,18 @@ export default defineConfig({
items: [
{ slug: "admin/guides/exposing" },
{ slug: "admin/guides/creating-library" },
{ slug: "admin/guides/import-game" },
{ slug: "admin/guides/import-version" },
],
},
{
label: "Metadata",
autogenerate: { directory: "admin/metadata" },
},
{
label: "Authentication",
autogenerate: { directory: "admin/authentication" },
},
],
},
{
@@ -48,5 +54,5 @@ export default defineConfig({
customCss: ["./src/styles/drop.css"],
}),
],
site: "https://docs-next.droposs.org/"
site: "https://docs-next.droposs.org/",
});