From b2037edeac89a2ca818ca4b9fe8674440a02427e Mon Sep 17 00:00:00 2001 From: norareidy Date: Mon, 5 Aug 2024 11:38:29 -0400 Subject: [PATCH] fixes --- source/compatibility.txt | 2 +- source/connect.txt | 1 + source/{ => connect}/connection-pools.txt | 0 source/data-formats.txt | 1 + .../{ => data-formats}/working-with-bson.txt | 0 source/index.txt | 26 +++---------------- 6 files changed, 6 insertions(+), 24 deletions(-) rename source/{ => connect}/connection-pools.txt (100%) rename source/{ => data-formats}/working-with-bson.txt (100%) diff --git a/source/compatibility.txt b/source/compatibility.txt index b100d2f4..317aa962 100644 --- a/source/compatibility.txt +++ b/source/compatibility.txt @@ -1,4 +1,4 @@ -.. _cpp-compatibility-tables: +.. _cpp-compatibility: ============= Compatibility diff --git a/source/connect.txt b/source/connect.txt index f1e0c18c..d339ce14 100644 --- a/source/connect.txt +++ b/source/connect.txt @@ -29,6 +29,7 @@ Connect to MongoDB /connect/tls /connect/network-compression /connect/stable-api + /connect/connection-pools Overview -------- diff --git a/source/connection-pools.txt b/source/connect/connection-pools.txt similarity index 100% rename from source/connection-pools.txt rename to source/connect/connection-pools.txt diff --git a/source/data-formats.txt b/source/data-formats.txt index 5c562a38..b360dbee 100644 --- a/source/data-formats.txt +++ b/source/data-formats.txt @@ -22,6 +22,7 @@ Specialized Data Formats :maxdepth: 1 /data-formats/time-series + /data-formats/working-with-bson Overview -------- diff --git a/source/working-with-bson.txt b/source/data-formats/working-with-bson.txt similarity index 100% rename from source/working-with-bson.txt rename to source/data-formats/working-with-bson.txt diff --git a/source/index.txt b/source/index.txt index 8effac5f..5c89aec0 100644 --- a/source/index.txt +++ b/source/index.txt @@ -2,12 +2,6 @@ MongoDB C++ Driver =================== -.. contents:: On this page - :local: - :backlinks: none - :depth: 2 - :class: singlecol - .. facet:: :name: genre :values: reference @@ -30,8 +24,6 @@ MongoDB C++ Driver /client-side-encryption /tutorial /thread-safety - /connection-pools - /working-with-bson /api-abi-versioning /whats-new /upgrade @@ -71,12 +63,6 @@ Connect to MongoDB Learn how to create and configure a connection to a MongoDB deployment in the :ref:`cpp-connect` section. -Databases and Collections -------------------------- - -Learn how to use the {+driver-short+} to work with MongoDB databases and collections -in the :ref:`cpp-databases-collections` section. - Read Data from MongoDB ---------------------- @@ -117,18 +103,12 @@ What's New For a list of new features and changes in each version, see the :ref:`cpp-whats-new` section. -Upgrade {+driver-short+} Versions ---------------------------- +Upgrade Driver Versions +----------------------- Learn what changes you might need to make to your application to upgrade driver versions in the :ref:`cpp-upgrade` section. -Previous Versions ------------------ - -For documentation on versions of the driver v3.9.x and earlier, see the -:ref:`cpp-previous-versions` section. - Issues & Help ------------- @@ -146,7 +126,7 @@ API Documentation ----------------- For detailed information about types and methods in the {+driver-short+}, see -the `{+driver-short+} API documentation <{+api-root+}>`__. +the `{+driver-short+} API documentation <{+api+}>`__. Driver Status by Family and Version