feat: add more guides and command parsing
This commit is contained in:
@@ -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/",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user