File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ toc_landing_pages = [
88 " /security/authentication" ,
99 " /data-formats" ,
1010 " /connect/connection-options" ,
11- " crud" ,
11+ " / crud" ,
1212 " /crud/query" ,
1313 " /crud/update" ,
14- " /monitoring-and-logging"
14+ " /monitoring-and-logging" ,
15+ " /reference"
1516]
1617
1718intersphinx = [
Original file line number Diff line number Diff line change @@ -12,4 +12,13 @@ Reference
1212 Compatibility </reference/compatibility>
1313 Upgrade Guides </reference/upgrade>
1414 Migrate to PyMongo Async </reference/migration>
15- Previous Versions </reference/previous-versions>
15+ Previous Versions </reference/previous-versions>
16+
17+ To find information about versioning, upgrading your driver, and migrating to
18+ the asynchronous driver, see the following pages:
19+
20+ - :ref:`Release Notes <pymongo-release-notes>`
21+ - :ref:`Compatibility <pymongo-compatibility>`
22+ - :ref:`Upgrade Guides <pymongo-upgrade>`
23+ - :ref:`Migrate to PyMongo Async <pymongo-async-migration>`
24+ - :ref:`Previous Versions <pymongo-previous-versions>`
You can’t perform that action at this time.
0 commit comments