Skip to content

Commit cba57be

Browse files
authored
DOCSP-42295: Upgrade Driver Versions (#81)
1 parent 74d6478 commit cba57be

File tree

3 files changed

+461
-2
lines changed

3 files changed

+461
-2
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ toc_landing_pages = [
1212
"/read-data-from-mongo/",
1313
"/write-data-to-mongo/",
1414
"/getting-started/",
15-
"/secure-your-data/"
15+
"/secure-your-data/",
16+
"/upgrade/"
1617
]
1718

1819
[constants]

source/index.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ MongoDB Java Reactive Streams Documentation
3636
/custom-implementations
3737
/whats-new
3838
/issues-and-help
39-
/compatibility
39+
/compatibility
40+
/upgrade
4041
API Documentation <{+api+}/mongodb-driver-reactivestreams/>
4142

4243
Overview
@@ -110,6 +111,12 @@ For compatibility tables that show the recommended {+driver-short+}
110111
version to use for specific Java and {+mdb-server+} versions, see the
111112
:ref:`java-rs-compatibility` section.
112113

114+
Upgrade Driver Versions
115+
-----------------------
116+
117+
Learn about changes you must make to your application to upgrade driver
118+
versions in the :ref:`<java-rs-upgrade-driver>` section.
119+
113120
API Documentation
114121
-----------------
115122

0 commit comments

Comments
 (0)