MkDocs โ Run and Build
Requirements:
- Python 3.8+
 
Install MkDocs (and Material theme):
pip install mkdocs mkdocs-materialCreate a new site:
mkdocs new my-mkdocs-sitecd my-mkdocs-siteRun locally:
mkdocs serveVisit http://127.0.0.1:8000
Build for production (output to site/):
mkdocs buildDeploy the site/ directory to your static host.