You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dj...@apache.org on 2013/10/01 15:49:50 UTC

[6/6] git commit: updated refs/heads/master to 00aa8fd

Reorganize index a bit, add more topics.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/00aa8fd2
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/00aa8fd2
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/00aa8fd2

Branch: refs/heads/master
Commit: 00aa8fd2f6a1e99e0ed7802ac537192c6d20b660
Parents: c70ee1d
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Tue Oct 1 15:49:25 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Tue Oct 1 15:49:25 2013 +0200

----------------------------------------------------------------------
 share/doc/templates/pages/index.html | 35 ++++++++++++++++++++++++-------
 1 file changed, 27 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/00aa8fd2/share/doc/templates/pages/index.html
----------------------------------------------------------------------
diff --git a/share/doc/templates/pages/index.html b/share/doc/templates/pages/index.html
index acd820d..3be0015 100644
--- a/share/doc/templates/pages/index.html
+++ b/share/doc/templates/pages/index.html
@@ -103,17 +103,19 @@ specific language governing permissions and limitations under the License.
         </span>
       </p>
       <p class="biglink">
-        <a class="biglink" href="{{ pathto("config/index") }}">
-          Configuration Reference
+        <a class="biglink" href="{{ pathto("couchapp/ddocs") }}">
+          Design Documents
         </a>
         <br />
-        <span class="linkdescr">tweak CouchDB to your liking</span>
+        <span class="linkdescr">
+          transform, update or validate your documents
+        </span>
       </p>
     </td>
   </tr>
 </table>
 
-<h2>Developing with CouchDB</h2>
+<h2>Reference Documentation &amp; Advanced Topics</h2>
 <table class="contentstable" align="center"><tr>
   <tr>
     <td width="50%">
@@ -126,14 +128,31 @@ specific language governing permissions and limitations under the License.
           something to come back to
         </span>
       </p>
-    <td width="50%">
       <p class="biglink">
-        <a class="biglink" href="{{ pathto("couchapp/ddocs") }}">
-          Design Documents
+        <a class="biglink" href="{{ pathto("externals") }}">
+          External Processes
+        </a>
+        <br />
+        <span class="linkdescr">
+          adding even more functionality
+        </span>
+      </p>
+    </td>
+    <td width="50%" style="vertical-align: top;">
+      <p class="biglink">
+        <a class="biglink" href="{{ pathto("config/index") }}">
+          Configuration Reference
+        </a>
+        <br />
+        <span class="linkdescr">tweak CouchDB to your liking</span>
+      </p>
+      <p class="biglink">
+        <a class="biglink" href="{{ pathto("maintenance/index") }}">
+          Maintenance
         </a>
         <br />
         <span class="linkdescr">
-          transforming, updating and validating documents in flight
+          how to take care of your CouchDB
         </span>
       </p>
     </td>