From c4a212e09a74580241355fc1cecc378b544458fc Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh <148898879+rachel-mack@users.noreply.github.com> Date: Wed, 30 Apr 2025 13:06:12 -0400 Subject: [PATCH] References landing page (#264) * references page * RR feedback * RR feedback --- snooty.toml | 5 +++-- source/reference.txt | 11 ++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) 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