File tree Expand file tree Collapse file tree 10 files changed +54
-62
lines changed Expand file tree Collapse file tree 10 files changed +54
-62
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ API and ABI Versioning
1818 :titlesonly:
1919 :maxdepth: 1
2020
21- /api-abi-versioning/api-versioning
22- /api-abi-versioning/abi-versioning
21+ API Versioning < /api-abi-versioning/api-versioning>
22+ ABI Versioning < /api-abi-versioning/abi-versioning>
2323
2424For brevity, this page may describe properties and features as-if they only apply to the bsoncxx library.
2525Unless stated otherwise, one may assume the properties and features described are similarly applicable to the mongocxx library.
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ Connect to MongoDB
2222 :titlesonly:
2323 :maxdepth: 1
2424
25- /connect/instance
26- /connect/client
27- /connect/connection-targets
28- /connect/connection-options
29- /connect/tls
30- /connect/network-compression
31- /connect/stable-api
32- /connect/connection-pools
25+ Create a Driver Instance < /connect/instance>
26+ Create a MongoDB Client < /connect/client>
27+ Choose a Connection Target < /connect/connection-targets>
28+ Specify Connection Options < /connect/connection-options>
29+ Configure TLS < /connect/tls>
30+ Compress Network Traffic < /connect/network-compression>
31+ Stable API < /connect/stable-api>
32+ Connection Pools < /connect/connection-pools>
3333
3434Overview
3535--------
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ Specialized Data Formats
2121 :titlesonly:
2222 :maxdepth: 1
2323
24- /data-formats/time-series
25- /data-formats/working-with-bson
24+ Time Series Data < /data-formats/time-series>
25+ BSON < /data-formats/working-with-bson>
2626
2727Overview
2828--------
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Get Started with the C++ Driver
2020
2121.. toctree::
2222
23- /get-started/download-and-install/
24- /get-started/create-a-deployment/
25- /get-started/create-a-connection-string/
26- /get-started/connect-to-mongodb/
27- /get-started/next-steps/
23+ Download & Install < /get-started/download-and-install/>
24+ Create a Deployment < /get-started/create-a-deployment/>
25+ Create a Connection String < /get-started/create-a-connection-string/>
26+ Connect to MongoDB < /get-started/connect-to-mongodb/>
27+ Next Steps < /get-started/next-steps/>
2828
2929Overview
3030--------
Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ MongoDB C++ Driver
1111 :maxdepth: 1
1212
1313 Get Started </get-started>
14- /connect
15- /read
16- /write
17- /indexes
18- /aggregation
19- /security
20- /data-formats
21- /polyfill-selection
22- /advanced-installation
23- /thread-safety
24- /api-abi-versioning
25- /whats-new
26- /upgrade
27- /testing
28- /compatibility
29- /issues-and-help
14+ Connect to MongoDB < /connect>
15+ Read Data < /read>
16+ Write Data < /write>
17+ Indexes < /indexes>
18+ Aggregation < /aggregation>
19+ Security < /security>
20+ Specialized Data Formats < /data-formats>
21+ C++17 Polyfill < /polyfill-selection>
22+ Advanced Configuration & Installation < /advanced-installation>
23+ Thread & Fork Safety < /thread-safety>
24+ API & ABI Versioning < /api-abi-versioning>
25+ What's New < /whats-new>
26+ Upgrade < /upgrade>
27+ Testing < /testing>
28+ Compatibility < /compatibility>
29+ Issues & Help < /issues-and-help>
3030 API Documentation <https://mongocxx.org/api/mongocxx-{+full-version+}>
3131 Driver Source <https://github.com/mongodb/mongo-cxx-driver>
3232
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ Optimize Queries with Indexes
2222 :titlesonly:
2323 :maxdepth: 1
2424
25- /indexes/work-with-indexes
26- /indexes/single-field-index
27- /indexes/compound-index
25+ Work with Indexes < /indexes/work-with-indexes>
26+ Single Field Indexes < /indexes/single-field-index>
27+ Compound Indexes < /indexes/compound-index>
2828
2929Overview
3030--------
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ Choose a C++17 Polyfill
1414 :name: genre
1515 :values: reference
1616
17- .. toctree::
18- :titlesonly:
19- :maxdepth: 1
20-
2117The mongocxx driver uses C++17 features ``std::optional`` and ``std::string_view``.
2218To use the C++17 standard library implementations for these features, set
2319the CMake configuration variable ``CMAKE_CXX_STANDARD`` to 17 or higher.
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ Read Data from MongoDB
2222 :titlesonly:
2323 :maxdepth: 1
2424
25- /read/retrieve
26- /read/specify-a-query
27- /read/specify-documents-to-return
28- /read/project
29- /read/distinct
30- /read/count
31- /read/cursor
32- /read/change-streams
25+ Retrieve Data < /read/retrieve>
26+ Specify a Query < /read/specify-a-query>
27+ Specify Documents to Return < /read/specify-documents-to-return>
28+ Specify Fields to Return < /read/project>
29+ Distinct Field Values < /read/distinct>
30+ Count Documents < /read/count>
31+ Cursors < /read/cursor>
32+ Monitor Changes < /read/change-streams>
3333
3434Overview
3535--------
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ Secure Your Data
2222 :titlesonly:
2323 :maxdepth: 1
2424
25- /security/authentication
26- /security/enterprise-authentication
27- /security/in-use-encryption
28- /security/client-side-encryption
25+ Authentication < /security/authentication>
26+ Enterprise Authentication < /security/enterprise-authentication>
27+ In-Use Encryption < /security/in-use-encryption>
28+ Client-Side Encryption < /security/client-side-encryption>
2929
3030Overview
3131--------
Original file line number Diff line number Diff line change @@ -22,16 +22,12 @@ Write Data to MongoDB
2222 :titlesonly:
2323 :maxdepth: 1
2424
25- /write/insert
26- /write/update
27- /write/replace
28- /write/delete
29- /write/bulk-write
30- /write/gridfs
31-
32- .. TODO:
33- /write/replace
34-
25+ Insert </write/insert>
26+ Update </write/update>
27+ Replace </write/replace>
28+ Delete </write/delete>
29+ Bulk Write </write/bulk-write>
30+ GridFS </write/gridfs>
3531
3632Overview
3733--------
You can’t perform that action at this time.
0 commit comments