Skip to content

mongodb/docs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
.tx
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MongoDB Documentation

This repository contains a major revision of the MongoDB documentation, currently accessible at https://www.mongodb.com/docs/manual/. You can build the documentation locally if you have giza installed:

python2 -m pip install giza
git clone https://github.com/mongodb/docs.git
cd docs/
make html

If successful, the built HTML files will be located in build/<branch>/html/ (for example build/master/html/ when on the git master branch).

Contribute

The MongoDB Documentation Project is governed by the terms of the MongoDB Contributor Agreement.

To contribute to the documentation,

Report Issues

To file issues or requests regarding the documentation, go to the Documentation Jira Project.

License

All documentation is available under the terms of a Creative Commons License.

If you have any questions, please contact docs@mongodb.com.

-- The MongoDB Documentation Team