This directory contains the Markdown sources consumed by Material for MkDocs.
Run the following from the repository root:
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
mkdocs serveOpen http://localhost:8000 to view the site. MkDocs live-reloads whenever you edit files.
- Commit the
mkdocs.yml,requirements.txt, anddocs/changes to your default branch. - Configure Settings ▸ Pages with
Source: GitHub Actions(recommended) or runmkdocs gh-deployfrom CI. - Use the official MkDocs Material workflow example to automate builds.
- Add new pages inside
docs/and update the navigation inmkdocs.yml. - Use standard Markdown plus MkDocs extensions (admonitions, definition lists, etc.).
- Keep examples synced with the source code in this repository.