parent
a3312e0e1b
commit
5be4233cf9
|
@ -26,6 +26,7 @@ multi-protocol messaging and streaming broker. It supports:
|
||||||
|
|
||||||
* [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)
|
||||||
|
* [RabbitMQ blog](https://blog.rabbitmq.com/)
|
||||||
|
|
||||||
Some key doc guides include
|
Some key doc guides include
|
||||||
|
|
||||||
|
@ -50,9 +51,10 @@ RabbitMQ documentation is also [developed on GitHub](https://github.com/rabbitmq
|
||||||
|
|
||||||
## Getting Help from the Community
|
## Getting Help from the Community
|
||||||
|
|
||||||
|
* [Community Discord server](https://rabbitmq.com/discord/)
|
||||||
|
* [Community Slack](https://rabbitmq.com/slack/)
|
||||||
* [GitHub Discussions](https://github.com/rabbitmq/rabbitmq-server/discussions/)
|
* [GitHub Discussions](https://github.com/rabbitmq/rabbitmq-server/discussions/)
|
||||||
* [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users)
|
* [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users)
|
||||||
* [Community Slack](https://rabbitmq-slack.herokuapp.com/)
|
|
||||||
* `#rabbitmq` on [Libera Chat](https://libera.chat/)
|
* `#rabbitmq` on [Libera Chat](https://libera.chat/)
|
||||||
|
|
||||||
|
|
||||||
|
@ -70,6 +72,7 @@ RabbitMQ server is [licensed under the MPL 2.0](LICENSE-MPL-RabbitMQ).
|
||||||
|
|
||||||
## Building From Source and Packaging
|
## Building From Source and Packaging
|
||||||
|
|
||||||
|
* [Contributor resources](https://github.com/rabbitmq/contribute)
|
||||||
* [Building RabbitMQ from Source](https://rabbitmq.com/build-server.html)
|
* [Building RabbitMQ from Source](https://rabbitmq.com/build-server.html)
|
||||||
* [Building RabbitMQ Distribution Packages](https://rabbitmq.com/build-server.html)
|
* [Building RabbitMQ Distribution Packages](https://rabbitmq.com/build-server.html)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue