traefik/docs
Michel Loiseleur e8067f4e01
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
Refactor CI on documentation
2026-01-09 17:24:04 +01:00
..
content Refactor CI on documentation 2026-01-09 17:24:04 +01:00
scripts Refactor CI on documentation 2026-01-09 17:24:04 +01:00
.dockerignore Documentation Revamp 2019-02-26 14:50:07 +01:00
.markdownlint.json Add title and description metadata to documentation pages 2022-04-15 15:44:08 +02:00
check.Dockerfile Update Dockerfiles to Alpine 3.23 2025-12-17 15:26:06 +01:00
docs.Dockerfile Update Dockerfiles to Alpine 3.23 2025-12-17 15:26:06 +01:00
Makefile Improve documentation Makefile 2022-04-15 16:16:08 +02:00
mkdocs.yml Refactor CI on documentation 2026-01-09 17:24:04 +01:00
readme.md Refactor CI on documentation 2026-01-09 17:24:04 +01:00
requirements.txt Bump Docker images use for documentation to Alpine 3.20 2024-06-05 16:58:05 +02:00

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