Replies: 2 comments 6 replies
-
Hello! Thanks for using the tutorials. I have converted your issue to a discussion as we prefer to use discussions to, well, discuss things before actual work is done. As you've seen, ALL of the software and documentation you are using are open-source, and available to you for free. Team RabbitMQ would appreciate it if you took the time to improve the documentation yourself. In your specific case, it would be helpful to know the following:
|
Beta Was this translation helpful? Give feedback.
-
Documentation usually consists of three parts:
RabbitMQ has tutorials for more than 10 programming languages, more detailed guides for Java and .NET clients, and general language-neutral guides like Publishers and Consumers. API reference is also available for Java and .NET, and the client API surface is so small that arguably they do not add that much value, except for a couple of functions (to publish and register a consumer). Our team does not have the resources to produce similar doc guides for 10+ client libraries but all docs are open source and everyone is welcome to contribute them. Note that we will apply the same quality and completeness standards for anything we put out there on rabbitmq.com but for clients such as Pika or amqplib (Node.jS), the docs usually reside in their respective repositories and have different standards and structure. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Hello,
I've been using this repository and find it very useful. However, I've noticed that the documentation could be improved to better assist new users and developers.
Describe the solution you'd like
Specifically, I believe the following areas could benefit from more detailed documentation:
API Documentation: Detailed descriptions of the project's API, including examples of how to use different functions or methods.
Configuration Options: A comprehensive list of configuration options available, along with explanations of what each option does and how to set it.
Troubleshooting Guide: Common issues and their solutions, including error messages and how to resolve them.
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions