traefik/docs
Sheddy 9560f0d815
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Build and Publish Documentation / Doc Process (push) Waiting to run
Build experimental image on branch / build-webui (push) Waiting to run
Build experimental image on branch / Build experimental image on branch (push) Waiting to run
Add ingress-nginx ConfigMap migration step
2026-04-24 12:02:06 +02:00
..
content Add ingress-nginx ConfigMap migration step 2026-04-24 12:02:06 +02:00
scripts Merge current v2.11 into v3.6 2026-01-09 19:41:31 +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 Fix Kubernetes reference yml file 2026-01-09 10:12:04 +01:00
docs.Dockerfile Update Dockerfiles to Alpine 3.23 2025-12-17 15:26:06 +01:00
Makefile Bump dependencies of documentation and webui 2026-01-22 12:10:07 +01:00
mkdocs.yml Merge current branch v3.6 into v3.7 2026-04-07 12:12:01 +02:00
readme.md Refactor CI on documentation 2026-01-09 17:24:04 +01:00
requirements.txt Merge branch v2.11 into v3.6 2026-03-18 15:51:33 +01: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