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 = [
8
8
" /security/authentication" ,
9
9
" /data-formats" ,
10
10
" /connect/connection-options" ,
11
- " crud" ,
11
+ " / crud" ,
12
12
" /crud/query" ,
13
13
" /crud/update" ,
14
- " /monitoring-and-logging"
14
+ " /monitoring-and-logging" ,
15
+ " /reference"
15
16
]
16
17
17
18
intersphinx = [
Original file line number Diff line number Diff line change @@ -12,4 +12,13 @@ Reference
12
12
Compatibility </reference/compatibility>
13
13
Upgrade Guides </reference/upgrade>
14
14
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