File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ toc_landing_pages = [
11
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,12 @@ 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
+ For information about versioning, upgrades and migrations, see the following pages:
18
+
19
+ - :ref:`Release Notes <pymongo-release-notes>`
20
+ - :ref:`Compatibility <pymongo-compatibility>`
21
+ - :ref:`Upgrade Guides <pymongo-upgrade>`
22
+ - :ref:`Migrate to PyMongo Async <pymongo-async-migration>`
23
+ - :ref:`Previous Versions <pymongo-previous-versions>`
You can’t perform that action at this time.
0 commit comments