part of https://github.com/rabbitmq/rabbitmq-server/pull/1881 |
||
|---|---|---|
| .. | ||
| README-for-packages | ||
| README.md | ||
| advanced.config.example | ||
| rabbitmq-diagnostics.8 | ||
| rabbitmq-echopid.8 | ||
| rabbitmq-env.conf.5 | ||
| rabbitmq-plugins.8 | ||
| rabbitmq-server.8 | ||
| rabbitmq-server.service.example | ||
| rabbitmq-service.8 | ||
| rabbitmq.conf.example | ||
| rabbitmq.config.example | ||
| rabbitmqctl.8 | ||
| set_rabbitmq_policy.sh.example | ||
README.md
Manual Pages and Documentation Extras
This directory contains CLI tool man page sources as well as a few documentation extras:
- An annotated rabbitmq.conf example in the new style configuration format
- An annotated advanced.config example to accompany
rabbitmq.conf.example - An annotated rabbitmq.config example in the classic configuration format
- A systemd unit file example
Please see rabbitmq.com for documentation guides.
man Pages
Source Files
This directory contains man pages that are are converted to HTML using mandoc:
gmake web-manpages
The result is then copied to the website repository
Contributions
Since deployed man pages are generated, it is important to keep them in sync with the source. Accepting community contributions — which will always come as website pull requests — is fine but the person who merges them is responsible for backporting all changes to the source pages in this repo.