# docs **Repository Path**: mirrors_bitinn/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-09-24 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ===================== 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 `_ 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 `_ for complete instructions on building the MongoDB documentation. 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 Contributor Agreement `_. If you have any questions, please contact `docs@mongodb.com `_. -- The MongoDB Documentation Team