Add documentation of plugin-based commit validation

Change-Id: Ifb78f5cb33a46a6702ac11e837152e841dc29c91
diff --git a/Documentation/config-validation.txt b/Documentation/config-validation.txt
new file mode 100644
index 0000000..2e8f52c
--- /dev/null
+++ b/Documentation/config-validation.txt
@@ -0,0 +1,18 @@
+Gerrit Code Review - Commit Validation
+======================================
+
+Gerrit supports link:dev-plugins.html[plugin-based] validation of
+uploaded commits.
+
+This allows plugins to perform additional validation checks against
+uploaded commits, and send back a warning or error message to the git
+client.
+
+To make use of this feature, a plugin must implement the `CommitValidationListener`
+interface.
+
+
+GERRIT
+------
+Part of link:index.html[Gerrit Code Review]
+