Skip to content

Commit 8390a62

Browse files
nlarewrachel-mack
andauthored
Add missing meta descriptions (#116)
* Add missing meta descriptions * Update source/testing.txt * Update source/thread-safety.txt --------- Co-authored-by: Rachel Mackintosh <[email protected]>
1 parent a07ecbf commit 8390a62

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

source/api-abi-versioning.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
API and ABI Versioning
55
======================
66

7+
.. meta::
8+
:description: Understand the API and ABI versioning for the C++ driver, including header file structure, library filenames, and the use of CMake package config files.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/api-abi-versioning/abi-versioning.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
ABI Versioning
55
===============
66

7+
.. meta::
8+
:description: Understand how the C++ Driver uses ABI versioning to manage stability and compatibility for shared libraries, including the use of ABI namespaces and versioning policies.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/api-abi-versioning/api-versioning.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
API Versioning
55
===============
66

7+
.. meta::
8+
:description: Understand how the C++ Driver uses Semantic Versioning for API versioning, distinguishing between public and private APIs, and handling deprecations.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/index.txt

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
MongoDB C++ Driver
33
===================
44

5+
.. meta::
6+
:description: Explore the MongoDB C++ Driver, including installation, connection setup, data operations, and advanced configuration options.
7+
58
.. facet::
69
:name: genre
710
:values: reference

source/testing.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Testing
55
=======
66

7+
.. meta::
8+
:description: Learn how to run and write tests for the C++ driver using Catch, including unit and integration tests.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/thread-safety.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Thread and Fork Safety
55
=======================
66

7+
.. meta::
8+
:description: Ensure each thread has its own mongocxx::client and avoid sharing client objects across threads to maintain thread safety in C++ MongoDB applications.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

0 commit comments

Comments
 (0)