Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Add documentation to the readonly marker file
  Upgrade bazlets to latest stable-2.14 to build with 2.14.20 API

Change-Id: I4dd376b53cd2f3891195f410ec05c714a03e14c5
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 2c3cb50..f8d7a1f 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -26,3 +26,11 @@
     Repeat with multiple values to allow more than one command or pattern
     of commands.
     The command 'gerrit plugin rm' or 'gerrit plugin remove' is always allowed.
+
+
+File gerrit.readonly
+--------------------
+
+Marker file used to enable or disable the read-only status. When present under
+the $GERRIT_SITE/etc directory, Gerrit is set to read-only and only read
+operations are enabled according to the readonly plugin configuration.
\ No newline at end of file