| .. | ||
| content | ||
| scripts | ||
| .dockerignore | ||
| .markdownlint.json | ||
| check.Dockerfile | ||
| docs.Dockerfile | ||
| Makefile | ||
| mkdocs.yml | ||
| readme.md | ||
| requirements.txt | ||
Documentation
Tooling
| Tool | Documentation | Sources |
|---|---|---|
| mkdocs | documentation | Sources |
| mkdocs-material | documentation | Sources |
| pymdown-extensions | documentation | Sources |
Build locally without docker
# Pre-requisite: python3, pip and virtualenv
DOCS="/tmp/traefik-docs"
mkdir "$DOCS"
virtualenv "$DOCS"
source "$DOCS/bin/activate"
pip install -r requirements.txt
mkdocs serve # or mkdocs build