Repository: couchdb-documentation
Updated Branches:
  refs/heads/master 9e03e2326 -> 2614cfda4


Rework view/query main section headings


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

Branch: refs/heads/master
Commit: 2614cfda40c363d60101b48f7fd9c219ed06d906
Parents: 9e03e23
Author: Joan Touzet <woh...@apache.org>
Authored: Fri Sep 2 09:54:20 2016 -0400
Committer: Joan Touzet <woh...@apache.org>
Committed: Fri Sep 2 09:54:20 2016 -0400

----------------------------------------------------------------------
 templates/pages/index.html | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/2614cfda/templates/pages/index.html
----------------------------------------------------------------------
diff --git a/templates/pages/index.html b/templates/pages/index.html
index 0a1fd40..8c44f78 100644
--- a/templates/pages/index.html
+++ b/templates/pages/index.html
@@ -98,33 +98,33 @@ specific language governing permissions and limitations 
under the License.
           Guide to Views
         </a>
         <br />
-        <span class="linkdescr">how to query JSON documents</span>
+        <span class="linkdescr">how to query documents with MapReduce</span>
       </p>
       <p class="biglink">
-        <a class="biglink" href="{{ pathto("replication/intro") }}">
-          Replication
+        <a class="biglink" href="{{ pathto("api/database/find") }}">
+          Mango Query Server
         </a>
         <br />
         <span class="linkdescr">
-          painless master-master data synchronization
+          simple JSON CouchDB queries without MapReduce
         </span>
       </p>
       <p class="biglink">
-        <a class="biglink" href="{{ pathto("couchapp/ddocs") }}">
-          Design Documents
+        <a class="biglink" href="{{ pathto("replication/intro") }}">
+          Replication
         </a>
         <br />
         <span class="linkdescr">
-          transform, update or validate your documents
+          painless master-master data synchronization
         </span>
       </p>
       <p class="biglink">
-        <a class="biglink" href="{{ pathto("api/database/find") }}">
-          Mango Query Server
+        <a class="biglink" href="{{ pathto("couchapp/ddocs") }}">
+          Design Documents
         </a>
         <br />
         <span class="linkdescr">
-          A MongoDB inspired query language interface for Apache CouchDB.
+          transform, update or validate your documents
         </span>
       </p>
     </td>

Reply via email to