summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-04-26 10:43:10 -0300
committervarac <varacanero@zeromail.org>2016-04-26 10:43:10 -0300
commit65c09ae663502f823df137e5eebe0e43b9cae256 (patch)
treea7f5e1edc2173fa407be530d9143f793b44a06c1
parent711680c182371dcebbc974bfb643b2c9b88e7835 (diff)
fix titles of included partials
-rw-r--r--pages/docs/platform/common/_bigcouch_migration.md2
-rw-r--r--pages/docs/platform/services/couchdb.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/docs/platform/common/_bigcouch_migration.md b/pages/docs/platform/common/_bigcouch_migration.md
index 122fedc..eb7e07e 100644
--- a/pages/docs/platform/common/_bigcouch_migration.md
+++ b/pages/docs/platform/common/_bigcouch_migration.md
@@ -1,7 +1,5 @@
@title = "Migrating from BigCouch to plain CouchDB"
-### Migrating from BigCouch to plain CouchDB
-
Here are the steps needed to replace BigCouch with CouchDB.
At the end of this process, you will have just *one* node with `services` property equal to `couchdb`. If you had a BigCouch cluster before, you will be removing all but one of those machines to consolidate them into one CouchDB machine.
diff --git a/pages/docs/platform/services/couchdb.md b/pages/docs/platform/services/couchdb.md
index d2dd871..e187388 100644
--- a/pages/docs/platform/services/couchdb.md
+++ b/pages/docs/platform/services/couchdb.md
@@ -148,4 +148,6 @@ If you add a node, or remove one node from the cluster,
time ./couchdb_restoreall.sh
```
+# Migrating from BigCouch to plain CouchDB
+
<%= render :partial => 'docs/platform/common/bigcouch_migration.md' %>