Add autoupdate field to design docs API

Background indexing in CouchDB can be controlled on a
per-design document basis. This documents the option to
disable automatic indexing by specifying `autoupdate: false`
as a top level field in a design document.
1 file changed
tree: dd97aac9366c8bac9c78c10b0262778ed5b0e13f
  1. .github/
  2. ext/
  3. images/
  4. rfcs/
  5. src/
  6. static/
  7. templates/
  8. .gitignore
  9. .travis.yml
  10. CONTRIBUTING.md
  11. LICENSE
  12. make.bat
  13. Makefile
  14. NOTICE
  15. README.md
  16. rebar.config
  17. requirements.txt
README.md

CouchDB Documentation Build Status

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 Python 2.7+ and pip. Then:

$ virtualenv venv
$ . ./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.