# docs-cxx **Repository Path**: mirrors_mongodb/docs-cxx ## Basic Information - **Project Name**: docs-cxx - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2023-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ================================== MongoDB C++11 Driver Documentation ================================== This repository contains documentation regarding the MongoDB C++11 Driver. Build Locally ------------- 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 Contribute ---------- 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: - `Style Guide `_ - `Documentation Practices `_ - `Documentation Organization `_ - `Build Instructions `_ File JIRA Tickets ----------------- File issue reports or requests at the `Documentation Jira Project `_. Licenses -------- 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