docs_build_static
Build a static website from your documentation using Docusaurus, MkDocs, or Sphinx, ready for deployment to GitHub Pages, Netlify, or Vercel.
Instructions
Build static website for online hosting (ready for GitHub Pages, Netlify, Vercel, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docsPath | Yes | Path to documentation directory | |
| framework | Yes | Documentation framework used | |
| outputPath | No | Output path for built site (default: ./build) |