You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2019/01/07 20:45:27 UTC

[couchdb-documentation] branch fix-mm created (now bf615b2)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch fix-mm
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


      at bf615b2  Fix block formatting for mm docs

This branch includes the following new commits:

     new bf615b2  Fix block formatting for mm docs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-documentation] 01/01: Fix block formatting for mm docs

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch fix-mm
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit bf615b2ceae939bed7c71dc0be3f571a418d389a
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Mon Jan 7 15:45:06 2019 -0500

    Fix block formatting for mm docs
---
 src/cluster/sharding.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/cluster/sharding.rst b/src/cluster/sharding.rst
index ead2d31..aeb8d02 100644
--- a/src/cluster/sharding.rst
+++ b/src/cluster/sharding.rst
@@ -249,7 +249,7 @@ up-to-date before allowing it to participate in end-user requests.
 
 To enable maintenance mode:
 
-.. code-block::bash
+.. code-block:: bash
 
     $ curl -X PUT -H "Content-type: application/json" \
         $COUCH_URL:5984/_node/<nodename>/_config/couchdb/maintenance_mode \
@@ -258,7 +258,7 @@ To enable maintenance mode:
 Then, verify that the node is in maintenance mode by performing a ``GET
 /_up`` on that node's individual endpoint:
 
-.. code-block::bash
+.. code-block:: bash
 
     $ curl -v $COUCH_URL/_up
     …
@@ -453,7 +453,7 @@ Remove the shard and secondary index files from the source node
 Finally, you can remove the source shard replica by deleting its file from the
 command line on the source host, along with any view shard replicas:
 
-.. code-block::bash
+.. code-block:: bash
 
     $ rm <couch-dir>/data/shards/<range>/<dbname>.<datecode>.couch
     $ rm -r <couch-dir>/data/.shards/<range>/<dbname>.<datecode>*