Build static documentation site for deployment. Validates docs first, auto-fixes issues, auto-setup on first run. Outputs production-ready HTML/CSS/JS.
/plugin marketplace add anton-abyzov/specweave/plugin install sw-alternatives@specweave# Documentation Build Command Build production-ready static documentation site for deployment to any static host. **CRITICAL**: Runs pre-flight validation to catch issues BEFORE building. ## Your Task **IMPORTANT**: This command must work in ANY SpecWeave user project, not just the SpecWeave repo itself. ### Step 1: CRITICAL - Run Pre-Flight Validation **ALWAYS validate BEFORE building to prevent cryptic webpack errors!** ### Step 2: Ensure Docusaurus is Set Up If not set up, follow the same setup steps as `/sw-docs:view` (Step 3 in view.md). ### Step 3: Run Build ### Step 3...