Add documents
diff --git a/src/main/resources/Documentation/about.md b/src/main/resources/Documentation/about.md
new file mode 100644
index 0000000..7e24b2e
--- /dev/null
+++ b/src/main/resources/Documentation/about.md
@@ -0,0 +1 @@
+This plugin can publish gerrit events to message queue provided by RabbitMQ.
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index bde3084..a099b2a 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -1 +1,15 @@
-TODO: config documentation
+RabbitMQ Configuration
+======================
+
+```
+  [plugin "rabbimq"]
+    amqpUri = amqp://www.foobar.com:5672
+    amqpUsername = bob
+    amqpPassword = bobpw
+    amqpQueue = gerrit-queue
+    amqpExchange = gerrit-exchange
+    amqpRoutingKey = com.foobar.www.gerrit
+    name = foobar-gerrit
+    sshHostname = www.foobar.com
+    sshPort = 24918
+```