summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2018-01-19 06:55:53 +0300
committerMichael Klishin <mklishin@pivotal.io>2018-01-19 06:55:53 +0300
commit132d2b0fd0e2d150a00e25c59b119fa35ab11de6 (patch)
tree41974dd48af532654794c6c44a7483a2657aa996
parentf5024534f36924a8a4756372760c8a1615dfc456 (diff)
downloadrabbitmq-server-git-132d2b0fd0e2d150a00e25c59b119fa35ab11de6.tar.gz
Add a README for ./docs
[ci skip]
-rw-r--r--docs/README.md10
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.