docs
docs copied to clipboard
The MongoDB Documentation Project Source.
===================== MongoDB Documentation
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 <https://pypi.python.org/pypi/giza>_ and Inkscape installed: ::
pip install giza
git clone https://github.com/mongodb/docs.git
cd docs/
make html
Visit docs/mongodb/build/html/index.html to view the current state
of the documentation. See MongoDB Documentation Buildsystem <http://docs.mongodb.org/manual/meta/build/>_ for complete
instructions on building the MongoDB documentation.
The MongoDB Documentation Project is governed by the terms of the
MongoDB Contributor Agreement <http://www.mongodb.com/legal/contributor-agreement>_.
To contribute to the documentation, please fork this repository on
GitHub and issue a pull request. If you have not done so already,
please sign the MongoDB Contributor Agreement <http://www.mongodb.com/legal/contributor-agreement>_
To file issues or requests regarding the documentation, go to the
Documentation Jira Project <https://jira.mongodb.org/browse/DOCS>_.
For an overview of the documentation style, process, and overall organization, see the following pages:
Style Guide <http://docs.mongodb.org/manual/meta/style-guide>_Documentation Practices <http://docs.mongodb.org/manual/meta/practices>_Documentation Organization <http://docs.mongodb.org/manual/meta/organization>_Build Instructions <http://docs.mongodb.org/manual/meta/build>_
All documentation is available under the terms of a Creative Commons License <http://creativecommons.org/licenses/by-nc-sa/3.0/>_.
If you have any questions, please contact [email protected] <mailto:[email protected]>_.
-- The MongoDB Documentation Team