Skip to content

Commit 5be5b14

Browse files
authored
References landing page (#264)
* references page * RR feedback * RR feedback
1 parent ce65600 commit 5be5b14

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

snooty.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1718
intersphinx = [

source/reference.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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>`

0 commit comments

Comments
 (0)