diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2018-01-19 06:55:53 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2018-01-19 06:56:34 +0300 |
| commit | 0b1417dfe70ef92121077507d6508a5c7d757bc2 (patch) | |
| tree | 02732ee3e551373291014c737e283e7043dd3f2c | |
| parent | 257414bc618551533305eab6a9f10f901acf0226 (diff) | |
| download | rabbitmq-server-git-0b1417dfe70ef92121077507d6508a5c7d757bc2.tar.gz | |
Add a README for ./docs
[ci skip]
(cherry picked from commit 132d2b0fd0e2d150a00e25c59b119fa35ab11de6)
| -rw-r--r-- | docs/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000000..74bce06870 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,10 @@ +# Manual Pages and Documentation Extras + +This directory contains [CLI tool](https://rabbitmq.com/cli.html) man page sources as well as a few documentation extras: + + * An [annotated rabbitmq.conf example](./rabbitmq.conf.example) in the [new style configuration format](https://rabbitmq.com/configure.html) + * An [annotated advanced.config example](./advanced.config.example) to accompany `rabbitmq.conf.example` + * An [annotated rabbitmq.config example](./rabbitmq.config.example) in the classic configuration format + * A [systemd unit file example](./rabbitmq-server.service.example) + +Please [see rabbitmq.com](https://rabbitmq.com/documentation.html) for documentation guides. |
