From c0d08f5e3e6a71a9f1ea4e40a2b777a90e10104a Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Mon, 11 Jun 2018 11:46:03 +0200 Subject: [PATCH] Temporary benchmarks removal during performance optimization process --- README.md | 2 +- docs/index.md | 2 +- mkdocs.yml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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