mirror of
https://github.com/traefik/traefik.git
synced 2026-02-03 20:39:51 -05:00
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled
1.2 KiB
1.2 KiB
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