This repository contains a major revision of the MongoDB documentation, currently accessible at http://docs.mongodb.org/manual/. You can build the documentation locally if you have giza and Inkscape installed:
pip install giza git clone https://github.com/mongodb/docs.git cd docs/ make html
The MongoDB Documentation Project is governed by the terms of the MongoDB Contributor Agreement.
To contribute to the documentation,
- If you have not done so already, please sign the MongoDB Contributor Agreement.
- Fork this repository on GitHub and issue a pull request.
File issue reports or requests at the Documentation Jira Project.
All documentation is available under the terms of a Creative Commons License.
If you have any questions, please contact [email protected].
-- The MongoDB Documentation Team