Update intro response.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/71ec7568
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/71ec7568
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/71ec7568
Branch: refs/heads/master
Commit: 71ec7568627cae62b93e6785c8083a2e4f4cb4d7
Parents: b35bf75
Author: Alexander Shorin <kxepal@apache.org>
Authored: Sun Aug 25 17:29:07 2013 +0400
Committer: Alexander Shorin <kxepal@apache.org>
Committed: Fri Sep 27 22:01:47 2013 +0400
----------------------------------------------------------------------
share/doc/src/intro.rst | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/71ec7568/share/doc/src/intro.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/intro.rst b/share/doc/src/intro.rst
index 6f3603b..57eb235 100644
--- a/share/doc/src/intro.rst
+++ b/share/doc/src/intro.rst
@@ -227,10 +227,16 @@ clarity):
.. code-block:: json
- {
- "couchdb" : "Welcome",
- "version" : "|version|",
- }
+ {
+ "couchdb": "Welcome",
+ "uuid": "85fb71bf700c17267fef77535820e371",
+ "vendor": {
+ "name": "The Apache Software Foundation",
+ "version": "1.4.0"
+ },
+ "version": "1.4.0"
+ }
+
.. note:: For some URLs, especially those that include special characters such
as ampersand, exclamation mark, or question mark, you should quote
|