summaryrefslogtreecommitdiff
path: root/pages/docs
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-08-29 23:59:51 -0700
committerelijah <elijah@riseup.net>2016-08-29 23:59:51 -0700
commite4938d4fbe03caa3779be67b70fd346246a7af75 (patch)
tree4dda1c0f52f23a18d4225c03c961980636abaa98 /pages/docs
parent0ee63f658230533a7b5645e104b012c665e1a962 (diff)
added 'docs' folder, for creating portable static mirrors of parts of leap_se
Diffstat (limited to 'pages/docs')
-rw-r--r--pages/docs/platform/services/couchdb.md6
-rw-r--r--pages/docs/platform/upgrading/upgrade-0-8.md6
2 files changed, 6 insertions, 6 deletions
diff --git a/pages/docs/platform/services/couchdb.md b/pages/docs/platform/services/couchdb.md
index 862ca56..b43d98b 100644
--- a/pages/docs/platform/services/couchdb.md
+++ b/pages/docs/platform/services/couchdb.md
@@ -71,10 +71,10 @@ Beware that this returns the uncompacted disk size (see http://wiki.apache.org/c
### Migrating from BigCouch to plain CouchDB
-<%= render :partial => 'docs/platform/common/bigcouch_migration_begin.md' %>
+<%= render :partial => '../common/bigcouch_migration_begin.md' %>
-<%= render :partial => 'docs/platform/common/bigcouch_migration_end.md' %>
+<%= render :partial => '../common/bigcouch_migration_end.md' %>
-<%= render :partial => 'docs/platform/common/bigcouch_migration_finish.md' %>
+<%= render :partial => '../common/bigcouch_migration_finish.md' %>
diff --git a/pages/docs/platform/upgrading/upgrade-0-8.md b/pages/docs/platform/upgrading/upgrade-0-8.md
index 84e9cee..79ef573 100644
--- a/pages/docs/platform/upgrading/upgrade-0-8.md
+++ b/pages/docs/platform/upgrading/upgrade-0-8.md
@@ -18,7 +18,7 @@ Upgrading to Platform 0.8
### Step 2: Prepare to migrate from BigCouch to CouchDB
-<%= render :partial => 'docs/platform/common/bigcouch_migration_begin.md' %>
+<%= render :partial => '../common/bigcouch_migration_begin.md' %>
### Step 3: Upgrade from Debian Wheezy to Jessie
@@ -127,7 +127,7 @@ You will need to deploy the 0.8 version of LEAP Platform to the couch node befor
### Step 5: Import Data into CouchDB
-<%= render :partial => 'docs/platform/common/bigcouch_migration_end.md' %>
+<%= render :partial => '../common/bigcouch_migration_end.md' %>
### Step 6: Deploy everything
@@ -138,4 +138,4 @@ Now that you've upgraded all nodes to Jessie, and migrated to CouchDB, you are r
### Step 7: Test and cleanup
-<%= render :partial => 'docs/platform/common/bigcouch_migration_finish.md' %>
+<%= render :partial => '../common/bigcouch_migration_finish.md' %>