mkdocs
Installation
SKILL.md
MkDocs — Python Documentation Generator
Overview
You are an expert in MkDocs with the Material theme, the Python-powered documentation site generator. You help developers build documentation from Markdown with auto-navigation, search, versioning, and Material Design styling. MkDocs Material is the most popular documentation theme on GitHub, used by FastAPI, Pydantic, and hundreds of open-source projects.
Instructions
Setup
pip install mkdocs-material
mkdocs new my-docs && cd my-docs
mkdocs serve # Live preview at localhost:8000
mkdocs build # Generate static site
Configuration
Related skills