From 00a4b4e89fcbf83b428b3e7c3bd3f982434d8763 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 22 Jan 2021 05:29:24 +0300 Subject: [PATCH] List more prominent doc guides in README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fb76f9d56..3312f1fccd 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,16 @@ * [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html) * [All documentation guides](https://rabbitmq.com/documentation.html) + +Some key doc guides include + * [CLI tools guide](https://rabbitmq.com/cli.html) + * [Clustering](https://www.rabbitmq.com/clustering.html) and [Cluster Formation](https://www.rabbitmq.com/cluster-formation.html) guides * [Configuration guide](https://rabbitmq.com/configure.html) * [Client libraries and tools](https://rabbitmq.com/devtools.html) - * [Monitoring guide](https://rabbitmq.com/monitoring.html) + * [Monitoring](https://rabbitmq.com/monitoring.html) and [Prometheus/Grafana](https://www.rabbitmq.com/prometheus.html) guides * [Production checklist](https://rabbitmq.com/production-checklist.html) + * [Quorum queues](https://rabbitmq.com/quorum-queues.html): a replicated, data safety- and consistency-oriented queue type * [Runnable tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/) * [Documentation source](https://github.com/rabbitmq/rabbitmq-website/)