diff --git a/snooty.toml b/snooty.toml index 94a678ff..125cb037 100644 --- a/snooty.toml +++ b/snooty.toml @@ -8,10 +8,11 @@ toc_landing_pages = [ "/security/authentication", "/data-formats", "/connect/connection-options", - "crud", + "/crud", "/crud/query", "/crud/update", - "/monitoring-and-logging" + "/monitoring-and-logging", + "/reference" ] intersphinx = [ diff --git a/source/reference.txt b/source/reference.txt index 6529672e..4863c166 100644 --- a/source/reference.txt +++ b/source/reference.txt @@ -12,4 +12,13 @@ Reference Compatibility Upgrade Guides Migrate to PyMongo Async - Previous Versions \ No newline at end of file + Previous Versions + +To find information about versioning, upgrading your driver, and migrating to +the asynchronous driver, see the following pages: + + - :ref:`Release Notes ` + - :ref:`Compatibility ` + - :ref:`Upgrade Guides ` + - :ref:`Migrate to PyMongo Async ` + - :ref:`Previous Versions ` \ No newline at end of file