Twitch-VOD-Manager/docs
2026-02-16 14:24:09 +01:00
..
src Add smart optimization suite with telemetry and guardrails (v4.1.0) 2026-02-16 14:24:09 +01:00
astro.config.mjs Add Astro + MDX docs workspace 2026-02-13 10:00:12 +01:00
package-lock.json Add Astro + MDX docs workspace 2026-02-13 10:00:12 +01:00
package.json Add Astro + MDX docs workspace 2026-02-13 10:00:12 +01:00
README.md Add public VOD mode, queue sync fixes, and full docs 2026-02-13 12:01:09 +01:00
tsconfig.json Add Astro + MDX docs workspace 2026-02-13 10:00:12 +01:00

Twitch VOD Manager Docs

Documentation site for users and contributors, built with Astro + MDX.

Local development

npm install
npm run dev

Production build

npm run build
npm run preview

Writing docs

  • Add pages in src/pages/ (.astro or .mdx)
  • Shared layout lives in src/layouts/BaseLayout.astro
  • Global styles live in src/styles/global.css
  • Keep command examples copy-paste ready

Scope

  • User setup and troubleshooting
  • Feature documentation
  • Developer architecture and release workflow