rabbitmq-server/docs
Gabriele c32870a6dd
Remove inet_dist_listen_* configuration
part of https://github.com/rabbitmq/rabbitmq-server/pull/1881
2019-02-14 09:59:12 +01:00
..
README-for-packages Put the RabbitMQ OCF RA policy to /usr/sbin 2016-03-24 13:55:29 +01:00
README.md Explain how man pages are generated 2018-12-07 02:05:44 +03:00
advanced.config.example Advanced config with pieces of examples 2016-02-22 11:19:29 +00:00
rabbitmq-diagnostics.8 rabbitmq-diagnostics(8): wording 2019-02-12 01:11:28 +03:00
rabbitmq-echopid.8 Man page edits and updates 2019-01-25 12:43:45 +03:00
rabbitmq-env.conf.5 Man page edits and updates 2019-01-25 12:43:45 +03:00
rabbitmq-plugins.8 rabbitmqctl(8) WIP 2019-02-05 04:37:11 +03:00
rabbitmq-server.8 rabbitmq-diagnostics(8) WIP 2019-02-05 04:37:09 +03:00
rabbitmq-server.service.example Remove inline comments from example systemd service file 2017-11-07 07:17:10 +02:00
rabbitmq-service.8 spelling: variable 2019-02-12 12:30:09 -05:00
rabbitmq.conf.example Remove inet_dist_listen_* configuration 2019-02-14 09:59:12 +01:00
rabbitmq.config.example spelling: disabled 2019-02-12 11:56:49 -05:00
rabbitmqctl.8 spelling: runtime 2019-02-12 12:25:12 -05:00
set_rabbitmq_policy.sh.example Put the RabbitMQ OCF RA policy to /usr/sbin 2016-03-24 13:55:29 +01:00

README.md

Manual Pages and Documentation Extras

This directory contains CLI tool man page sources as well as a few documentation extras:

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.