This repo powers the documentation site for Smash Watch, a dashboard that visualizes competitive Super Smash Bros. player performance by state, tournament, and filters.
- Players and TOs learning how to use the dashboard and filters
- Analysts reviewing how metrics are defined and charted
- Support/ops teams answering product questions
content/— Markdown docs (homepage, guides, reference)public/— Static assetsnuxt.config.ts/app.config.ts— Docus/Nuxt configuration
npm install
npm run dev
# site at http://localhost:3000- Edit Markdown in
content/ - Use front matter
titleanddescriptionfor the page hero - Let Docus handle prev/next navigation; no manual footer links needed
npm run buildBuild output goes to .output/ for hosting.