In "Shards and Replicas", notes effect of [peruser] q config (#755)

Shards and Replicas: notes default for [couch_peruser] q
1 file changed
tree: 1c595f03f3d2acdfe6dc2ca99007943c1a147753
  1. .github/
  2. ext/
  3. images/
  4. rfcs/
  5. src/
  6. static/
  7. templates/
  8. .asf.yaml
  9. .gitignore
  10. .travis.yml
  11. CONTRIBUTING.md
  12. Jenkinsfile
  13. LICENSE
  14. make.bat
  15. Makefile
  16. NOTICE
  17. README.md
  18. rebar.config
  19. requirements.txt
README.md

CouchDB Documentation

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

Building this repo

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

Feedback, Issues, Contributing

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.