| commit | d414d0eae1a9b019e7de7513a1b3d27becd71d2c | [log] [tgz] |
|---|---|---|
| author | Tommi Kärkkäinen <80569182+tommikarkkainen@users.noreply.github.com> | Mon Mar 29 20:03:02 2021 +0300 |
| committer | GitHub <noreply@github.com> | Mon Mar 29 13:03:02 2021 -0400 |
| tree | c3b0af60137cc1a7298d114f5d297987f6838242 | |
| parent | 7adae0507350b4ce5a0c8da82a30ee8359b8e6d1 [diff] |
Update docs regarding users' ability to access the _users database. (#630) * Update info about accessing _users Document now mentions that regular users cannot, by default, access or modify the _users database. There's also a note about this being changeable in settings, but that it will be removed in CouchDB 4.0. * Remove section "Users Public Information" This section was written for a use case where users read their own docs from the _users database. Removed, as CouchDB is moving away from supporting that particular use case. * Fix formatting Co-authored-by: Tommi Kärkkäinen <tommi@tommikarkkainen.fi>
This repository contains the Sphinx source for Apache CouchDB's documentation. You can view the latest rendered build of this content at:
http://docs.couchdb.org/en/latest
Install Python3 and pip. Then:
$ python3 -m venv .venv $ source .venv/bin/activate $ pip install -r requirements.txt $ make html # builds the docs $ make check # syntax checks the docs
General feedback is welcome at our user or developer mailing lists.
Apache CouchDB has a CONTRIBUTING file with details on how to get started with issue reporting or contributing to the upkeep of this project.