Skip to content

Commit 6430e3b

Browse files
committed
Add player plugin command guides
Generate player-facing command pages per plugin from synced docs, including command explanations, examples, aliases, sidebar navigation, and a filtered command index.
1 parent 1f81784 commit 6430e3b

31 files changed

Lines changed: 4398 additions & 30 deletions

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ export default defineConfig({
2727
{ slug: 'player-guides/getting-started' },
2828
{ slug: 'player-guides/commands' },
2929
{ slug: 'player-guides/features' },
30+
{
31+
label: 'Plugin Command Guides',
32+
items: [{ autogenerate: { directory: 'player-guides/plugins' } }],
33+
},
3034
],
3135
},
3236
{

0 commit comments

Comments
 (0)