Launch Docusaurus documentation server for living docs. Supports internal (default, port 3015) and public (--public, port 3016) docs. Validates docs first, auto-fixes issues, auto-setup on first run.
/plugin marketplace add anton-abyzov/specweave/plugin install sw-alternatives@specweave# Documentation View Command Launch Docusaurus development server with hot reload, Mermaid diagrams, and auto-generated sidebar. **CRITICAL**: Runs pre-flight validation to catch issues BEFORE starting the server. ## Usage ## Your Task **IMPORTANT**: This command must work in ANY SpecWeave user project, not just the SpecWeave repo itself. ### Step 0: Parse Arguments ### Step 1: Check Prerequisites ### Step 1.5: CRITICAL - Run Pre-Flight Validation **ALWAYS run validation BEFORE starting the server!** **What this catches:** - YAML frontmatter errors (unquoted colons, tabs) ...