diff --git a/README.md b/README.md index 80a10da71..f48029408 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ _(But if you'd rather configure some of your routes manually, Træfik supports t - Websocket, HTTP/2, GRPC ready - Provides metrics (Rest, Prometheus, Datadog, Statsd, InfluxDB) - Keeps access logs (JSON, CLF) -- [Fast](https://docs.traefik.io/benchmarks) ... which is nice +- Fast - Exposes a Rest API - Packaged as a single binary file (made with :heart: with go) and available as a [tiny](https://microbadger.com/images/traefik) [official](https://hub.docker.com/r/_/traefik/) docker image diff --git a/docs/index.md b/docs/index.md index dfd37fd98..a0fb81280 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,7 +42,7 @@ _(But if you'd rather configure some of your routes manually, Træfik supports t - Websocket, HTTP/2, GRPC ready - Provides metrics (Rest, Prometheus, Datadog, Statsd, InfluxDB) - Keeps access logs (JSON, CLF) -- [Fast](/benchmarks) ... which is nice +- Fast - Exposes a Rest API - Packaged as a single binary file (made with :heart: with go) and available as a [tiny](https://microbadger.com/images/traefik) [official](https://hub.docker.com/r/_/traefik/) docker image diff --git a/mkdocs.yml b/mkdocs.yml index a1c499ca1..cf530c9e8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -101,4 +101,3 @@ pages: - 'Clustering/HA': 'user-guide/cluster.md' - 'gRPC Example': 'user-guide/grpc.md' - 'Traefik cluster example with Swarm': 'user-guide/cluster-docker-consul.md' - - Benchmarks: benchmarks.md