Documentation site for Yattee — a privacy-focused video streaming app for iOS, macOS, and tvOS.
Live site: docs.yattee.stream
Prerequisites: Node.js 20+
# Install dependencies
npm ci
# Start dev server
npm start
# Production build
npm run build
# Serve production build locally
npm run servedocs/ # Documentation content (Markdown/MDX)
src/ # Custom React components and CSS
static/ # Static assets (images, favicon)
docusaurus.config.ts # Site configuration
sidebars.ts # Sidebar navigation
Automated via GitHub Actions — every push to main builds the site and deploys to GitHub Pages.
See .github/workflows/deploy.yml for the workflow configuration.