Introduce a longer smoke-test-full workflow for validating queue, media tools, localization, and reliability flows in one pass, and document both quick and full test commands for contributors.
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/(.astroor.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