You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fl...@apache.org on 2020/07/02 15:01:56 UTC

[couchdb-documentation] branch ddocID created (now 2bea1dc)

This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a change to branch ddocID
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


      at 2bea1dc  Key name correction in ddoc example

This branch includes the following new commits:

     new 2bea1dc  Key name correction in ddoc example

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-documentation] 01/01: Key name correction in ddoc example

Posted by fl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a commit to branch ddocID
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 2bea1dc9d8d46202ee8205a146dddc720c3642c1
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Thu Jul 2 17:01:42 2020 +0200

    Key name correction in ddoc example
---
 src/ddocs/ddocs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ddocs/ddocs.rst b/src/ddocs/ddocs.rst
index 08290a1..ac58016 100644
--- a/src/ddocs/ddocs.rst
+++ b/src/ddocs/ddocs.rst
@@ -42,7 +42,7 @@ Design documents are denoted by an id field with the format ``_design/{name}``.
 .. code-block:: json
 
     {
-        "id": "_design/example",
+        "_id": "_design/example",
     }
 
 .. _viewfun: