Docusaurus-based documentation module for https://docs.skunkworksacademy.com/.
- Academy-aligned top navigation
- Responsive light and dark themes
- Local full-text documentation search
- Structured technical and operational documentation
- GitHub pull-request build validation
- GitHub Pages deployment to the custom domain
npm install
npm startThe development server opens the documentation site locally with live reload.
npm run build
npm run serveThe static production output is generated in build/.
docs/— Markdown documentation pagessidebars.js— documentation navigation structuredocusaurus.config.js— site, navigation, search, footer, and deployment configurationsrc/css/custom.css— Academy visual stylingstatic/— custom domain declaration and static assets.github/workflows/— pull-request validation and production deployment
Pull requests targeting main run the documentation build. Merges to main build and deploy the site using GitHub Pages. Repository Pages settings must use GitHub Actions as the source, and the DNS record for docs.skunkworksacademy.com must point to the configured GitHub Pages endpoint.
Do not commit credentials, API keys, learner records, customer information, private agreements, or production secrets. Documentation changes should identify the intended audience, affected Academy module, validation performed, and review owner.