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:55:53 +0300 |
| commit | 132d2b0fd0e2d150a00e25c59b119fa35ab11de6 (patch) | |
| tree | 41974dd48af532654794c6c44a7483a2657aa996 | |
| parent | f5024534f36924a8a4756372760c8a1615dfc456 (diff) | |
| download | rabbitmq-server-git-132d2b0fd0e2d150a00e25c59b119fa35ab11de6.tar.gz | |
Add a README for ./docs
[ci skip]
| -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. |
