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
18
18
:titlesonly:
19
19
:maxdepth: 1
20
20
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>
23
23
24
24
For brevity, this page may describe properties and features as-if they only apply to the bsoncxx library.
25
25
Unless 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
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
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>
33
33
34
34
Overview
35
35
--------
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ Specialized Data Formats
21
21
:titlesonly:
22
22
:maxdepth: 1
23
23
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>
26
26
27
27
Overview
28
28
--------
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Get Started with the C++ Driver
20
20
21
21
.. toctree::
22
22
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/>
28
28
29
29
Overview
30
30
--------
Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ MongoDB C++ Driver
11
11
:maxdepth: 1
12
12
13
13
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>
30
30
API Documentation <https://mongocxx.org/api/mongocxx-{+full-version+}>
31
31
Driver Source <https://github.com/mongodb/mongo-cxx-driver>
32
32
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ Optimize Queries with Indexes
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
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>
28
28
29
29
Overview
30
30
--------
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ Choose a C++17 Polyfill
14
14
:name: genre
15
15
:values: reference
16
16
17
- .. toctree::
18
- :titlesonly:
19
- :maxdepth: 1
20
-
21
17
The mongocxx driver uses C++17 features ``std::optional`` and ``std::string_view``.
22
18
To use the C++17 standard library implementations for these features, set
23
19
the 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
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
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>
33
33
34
34
Overview
35
35
--------
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ Secure Your Data
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
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>
29
29
30
30
Overview
31
31
--------
Original file line number Diff line number Diff line change @@ -22,16 +22,12 @@ Write Data to MongoDB
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
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>
35
31
36
32
Overview
37
33
--------
You can’t perform that action at this time.
0 commit comments