diff --git a/source/api-abi-versioning.txt b/source/api-abi-versioning.txt index 987aedad..f82f4ddd 100644 --- a/source/api-abi-versioning.txt +++ b/source/api-abi-versioning.txt @@ -18,8 +18,8 @@ API and ABI Versioning :titlesonly: :maxdepth: 1 - /api-abi-versioning/api-versioning - /api-abi-versioning/abi-versioning + API Versioning + ABI Versioning For brevity, this page may describe properties and features as-if they only apply to the bsoncxx library. Unless stated otherwise, one may assume the properties and features described are similarly applicable to the mongocxx library. diff --git a/source/connect.txt b/source/connect.txt index d339ce14..d90c35dc 100644 --- a/source/connect.txt +++ b/source/connect.txt @@ -22,14 +22,14 @@ Connect to MongoDB :titlesonly: :maxdepth: 1 - /connect/instance - /connect/client - /connect/connection-targets - /connect/connection-options - /connect/tls - /connect/network-compression - /connect/stable-api - /connect/connection-pools + Create a Driver Instance + Create a MongoDB Client + Choose a Connection Target + Specify Connection Options + Configure TLS + Compress Network Traffic + Stable API + Connection Pools Overview -------- diff --git a/source/data-formats.txt b/source/data-formats.txt index 3f06c14a..9636d9eb 100644 --- a/source/data-formats.txt +++ b/source/data-formats.txt @@ -21,8 +21,8 @@ Specialized Data Formats :titlesonly: :maxdepth: 1 - /data-formats/time-series - /data-formats/working-with-bson + Time Series Data + BSON Overview -------- diff --git a/source/get-started.txt b/source/get-started.txt index 7338624c..cae1eddc 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -20,11 +20,11 @@ Get Started with the C++ Driver .. toctree:: - /get-started/download-and-install/ - /get-started/create-a-deployment/ - /get-started/create-a-connection-string/ - /get-started/connect-to-mongodb/ - /get-started/next-steps/ + Download & Install + Create a Deployment + Create a Connection String + Connect to MongoDB + Next Steps Overview -------- diff --git a/source/index.txt b/source/index.txt index be1e6525..39f8a176 100644 --- a/source/index.txt +++ b/source/index.txt @@ -11,22 +11,22 @@ MongoDB C++ Driver :maxdepth: 1 Get Started - /connect - /read - /write - /indexes - /aggregation - /security - /data-formats - /polyfill-selection - /advanced-installation - /thread-safety - /api-abi-versioning - /whats-new - /upgrade - /testing - /compatibility - /issues-and-help + Connect to MongoDB + Read Data + Write Data + Indexes + Aggregation + Security + Specialized Data Formats + C++17 Polyfill + Advanced Configuration & Installation + Thread & Fork Safety + API & ABI Versioning + What's New + Upgrade + Testing + Compatibility + Issues & Help API Documentation Driver Source diff --git a/source/indexes.txt b/source/indexes.txt index 6f4c0651..c5b3661c 100644 --- a/source/indexes.txt +++ b/source/indexes.txt @@ -22,9 +22,9 @@ Optimize Queries with Indexes :titlesonly: :maxdepth: 1 - /indexes/work-with-indexes - /indexes/single-field-index - /indexes/compound-index + Work with Indexes + Single Field Indexes + Compound Indexes Overview -------- diff --git a/source/polyfill-selection.txt b/source/polyfill-selection.txt index 26e9974e..ba62546a 100644 --- a/source/polyfill-selection.txt +++ b/source/polyfill-selection.txt @@ -14,10 +14,6 @@ Choose a C++17 Polyfill :name: genre :values: reference -.. toctree:: - :titlesonly: - :maxdepth: 1 - The mongocxx driver uses C++17 features ``std::optional`` and ``std::string_view``. To use the C++17 standard library implementations for these features, set the CMake configuration variable ``CMAKE_CXX_STANDARD`` to 17 or higher. diff --git a/source/read.txt b/source/read.txt index c8dddc44..e6d40c16 100644 --- a/source/read.txt +++ b/source/read.txt @@ -22,14 +22,14 @@ Read Data from MongoDB :titlesonly: :maxdepth: 1 - /read/retrieve - /read/specify-a-query - /read/specify-documents-to-return - /read/project - /read/distinct - /read/count - /read/cursor - /read/change-streams + Retrieve Data + Specify a Query + Specify Documents to Return + Specify Fields to Return + Distinct Field Values + Count Documents + Cursors + Monitor Changes Overview -------- diff --git a/source/security.txt b/source/security.txt index bec6d8aa..60cdf2da 100644 --- a/source/security.txt +++ b/source/security.txt @@ -22,10 +22,10 @@ Secure Your Data :titlesonly: :maxdepth: 1 - /security/authentication - /security/enterprise-authentication - /security/in-use-encryption - /security/client-side-encryption + Authentication + Enterprise Authentication + In-Use Encryption + Client-Side Encryption Overview -------- diff --git a/source/write.txt b/source/write.txt index 65ae8daa..2b8c3a38 100644 --- a/source/write.txt +++ b/source/write.txt @@ -22,16 +22,12 @@ Write Data to MongoDB :titlesonly: :maxdepth: 1 - /write/insert - /write/update - /write/replace - /write/delete - /write/bulk-write - /write/gridfs - -.. TODO: - /write/replace - + Insert + Update + Replace + Delete + Bulk Write + GridFS Overview --------