From 0ce1f23761e7e34f365957ed89cbf0acf6a292f2 Mon Sep 17 00:00:00 2001 From: norareidy Date: Mon, 5 Aug 2024 10:25:09 -0400 Subject: [PATCH] toc --- source/index.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/index.txt b/source/index.txt index f806a8e..8effac5 100644 --- a/source/index.txt +++ b/source/index.txt @@ -18,6 +18,7 @@ MongoDB C++ Driver Get Started /polyfill-selection + /advanced-installation /connect /read /write @@ -52,6 +53,18 @@ Get Started Learn how to install the driver, establish a connection to MongoDB, and begin working with data in the :ref:`cpp-get-started` tutorial. +Choose a C++17 Polyfill +----------------------- + +Learn how to a choose a polyfill library implementation for +pre-C++ 17 configurations in the :ref:`cpp-polyfill-selection` section. + +Advanced Installation Options +----------------------------- + +Learn about additional configuration and installation options +in the :ref:`cpp-installation-advanced` section. + Connect to MongoDB ------------------