mirror of
https://github.com/traefik/traefik.git
synced 2026-07-06 08:23:54 -04:00
|
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
Test Integration / build (push) Waiting to run
Test Integration / test-integration (0, 12) (push) Blocked by required conditions
Test Integration / test-integration (1, 12) (push) Blocked by required conditions
Test Integration / test-integration (10, 12) (push) Blocked by required conditions
Test Integration / test-integration (11, 12) (push) Blocked by required conditions
Test Integration / test-integration (2, 12) (push) Blocked by required conditions
Test Integration / test-integration (3, 12) (push) Blocked by required conditions
Test Integration / test-integration (4, 12) (push) Blocked by required conditions
Test Integration / test-integration (5, 12) (push) Blocked by required conditions
Test Integration / test-integration (6, 12) (push) Blocked by required conditions
Test Integration / test-integration (7, 12) (push) Blocked by required conditions
Test Integration / test-integration (8, 12) (push) Blocked by required conditions
Test Integration / test-integration (9, 12) (push) Blocked by required conditions
Test Integration / merge-test-results (push) Blocked by required conditions
Test Unit / Unit tests (push) Waiting to run
Test Unit / test-ui-unit (push) Waiting to run
|
||
|---|---|---|
| .. | ||
| 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