Skip to content

Commit

Permalink
Rework view/query main section headings
Browse files Browse the repository at this point in the history
  • Loading branch information
wohali committed Sep 2, 2016
1 parent 9e03e23 commit 2614cfd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions templates/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,33 +98,33 @@ <h2>Getting started</h2>
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>
Expand Down

0 comments on commit 2614cfd

Please sign in to comment.