List more prominent doc guides in README

This commit is contained in:
Michael Klishin 2021-01-22 05:29:24 +03:00
parent ce7851b470
commit 00a4b4e89f
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 6 additions and 1 deletions

View File

@ -25,11 +25,16 @@
* [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html) * [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html)
* [All documentation guides](https://rabbitmq.com/documentation.html) * [All documentation guides](https://rabbitmq.com/documentation.html)
Some key doc guides include
* [CLI tools guide](https://rabbitmq.com/cli.html) * [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) * [Configuration guide](https://rabbitmq.com/configure.html)
* [Client libraries and tools](https://rabbitmq.com/devtools.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) * [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/) * [Runnable tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/)
* [Documentation source](https://github.com/rabbitmq/rabbitmq-website/) * [Documentation source](https://github.com/rabbitmq/rabbitmq-website/)