Skip to content

Add missing meta descriptions #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/api-abi-versioning.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
API and ABI Versioning
======================

.. meta::
: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.

.. contents:: On this page
:local:
:backlinks: none
Expand Down
3 changes: 3 additions & 0 deletions source/api-abi-versioning/abi-versioning.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
ABI Versioning
===============

.. meta::
: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.

.. contents:: On this page
:local:
:backlinks: none
Expand Down
3 changes: 3 additions & 0 deletions source/api-abi-versioning/api-versioning.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
API Versioning
===============

.. meta::
:description: Understand how the C++ Driver uses Semantic Versioning for API versioning, distinguishing between public and private APIs, and handling deprecations.

.. contents:: On this page
:local:
:backlinks: none
Expand Down
3 changes: 3 additions & 0 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
MongoDB C++ Driver
===================

.. meta::
:description: Explore the MongoDB C++ Driver, including installation, connection setup, data operations, and advanced configuration options.

.. facet::
:name: genre
:values: reference
Expand Down
3 changes: 3 additions & 0 deletions source/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Testing
=======

.. meta::
:description: Learn how to run and write tests for the C++ driver using Catch, including unit and integration tests.

.. contents:: On this page
:local:
:backlinks: none
Expand Down
3 changes: 3 additions & 0 deletions source/thread-safety.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Thread and Fork Safety
=======================

.. meta::
:description: Ensure each thread has its own mongocxx::client and avoid sharing client objects across threads to maintain thread safety in C++ MongoDB applications.

.. contents:: On this page
:local:
:backlinks: none
Expand Down
Loading