# docs
**Repository Path**: mirrors_threez/docs
## Basic Information
- **Project Name**: docs
- **Description**: The MongoDB Documentation Project Source.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2026-04-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
=====================
MongoDB Documentation
=====================
This repository contains a major revision of the MongoDB
documentation, currently accessible at .
You can download and build locally if you already have `Sphinx
`_ installed, with the following command: ::
git clone git://github.com/mongodb/docs
cd docs/
make html
Visit ``docs/mongodb/build/html/index.html`` to view the current state
of the documentation. You may also wish to install `Pygments
`_ to provide syntax highlighting for code
examples.
To contribute to the documentation please fork this repository on
GitHub and issue a pull request. File issue reports or requests at the
`Documentation Jira Project `_.
See the following documents within this repository that provide a more
thorough overview of the documentation style, process, and overall
organization:
- `Style Guide `_
- `Documentation Practices `_
- `Documentation Organization `_
- `Build Instructions `_
All documentation is available under the terms of a `Creative Commons
License `_.
The MongoDB Documentation Project is governed by the terms of the
`MongoDB/10gen Contributor Agreement `_.
If you have any questions, please contact `docs@10gen.com
`_.
-- The MongoDB/10gen Docs Team