This [documentation](https://doc.traefik.io/traefik/) is built with [mkdocs](https://mkdocs.org/).
This [documentation](https://doc.traefik.io/traefik/"Link to the official Traefik documentation") is built with [MkDocs](https://mkdocs.org/"Link to website of MkDocs").
### Method 1: `Docker` and `make`
Please make sure you have the following requirements installed:
-[Docker](https://www.docker.com/"Link to website of Docker")
You can build the documentation and test it locally (with live reloading), using the `docs-serve` target:
```bash
...
...
@@ -43,9 +47,12 @@ $ make docs-build
...
```
### Method 2: `mkdocs`
### Method 2: `MkDocs`
Please make sure you have the following requirements installed:
First, make sure you have `python` and `pip` installed.
-[Python](https://www.python.org/"Link to website of Python")
-[pip](https://pypi.org/project/pip/"Link to the website of pip on PyPI")