Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
norareidy committed Aug 5, 2024
1 parent 47b3266 commit b2037ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 24 deletions.
2 changes: 1 addition & 1 deletion source/compatibility.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _cpp-compatibility-tables:
.. _cpp-compatibility:

=============
Compatibility
Expand Down
1 change: 1 addition & 0 deletions source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Connect to MongoDB
/connect/tls
/connect/network-compression
/connect/stable-api
/connect/connection-pools

Overview
--------
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions source/data-formats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Specialized Data Formats
:maxdepth: 1

/data-formats/time-series
/data-formats/working-with-bson

Overview
--------
Expand Down
File renamed without changes.
26 changes: 3 additions & 23 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
MongoDB C++ Driver
===================

.. contents:: On this page
:local:
:backlinks: none
:depth: 2
:class: singlecol

.. facet::
:name: genre
:values: reference
Expand All @@ -30,8 +24,6 @@ MongoDB C++ Driver
/client-side-encryption
/tutorial
/thread-safety
/connection-pools
/working-with-bson
/api-abi-versioning
/whats-new
/upgrade
Expand Down Expand Up @@ -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
----------------------

Expand Down Expand Up @@ -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
-------------

Expand All @@ -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
Expand Down

0 comments on commit b2037ed

Please sign in to comment.