m90 commented on a change in pull request #335: Update responses and UI copy in Getting Started Guide URL: https://github.com/apache/couchdb-documentation/pull/335#discussion_r234007878
########## File path: src/intro/tour.rst ########## @@ -58,7 +63,7 @@ All we added to the previous request is the _all_dbs string. The response should look like:: - ["_replicator","_users"] + [] Review comment: Ok, I see. What I did is just pull `couchdb:2.2.0` from docker hub, `run` it, and since I was able to read and write data, I assumed things were setup correctly, so adding a link to the setup page would definitely be a good idea I think. That being said, after doing what I have been advised to in the setup doucment I will see the following: ``` ➜ ~ curl http://127.0.0.1:5984/_all_dbs ["_global_changes","_replicator","_users"] ``` which still does not match the documented response. Should this be edited in order to contain the `_global_changes`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
