This repository contains documentation regarding the MongoDB C++11 Driver.
To build the documentation locally,
Install giza, if not already installed.
Run the following to download and build this documentation locally:
git clone git@github.com:mongodb/docs-cxx.git cd docs-cxx11/ giza make html
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.
See the following documents that provide an overview of the documentation style and process:
File issue reports or requests at the Documentation Jira Project.
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.
-- The MongoDB Docs Team