Skip to content

Commit d506ed3

Browse files
authored
DOP-931: Name footnotes in included files (#676)
* DOP-931: Example naming footnotes * DOP-931: Update footnote names to avoid ID clash
1 parent 0c3e031 commit d506ed3

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

source/includes/language-compatibility-table-java-rs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Java 6
88
- Java 7
99
- Java 8
10-
- Java 11 [*]_
10+
- Java 11 [#backwards-compatible-rs]_
1111

1212
* - 1.13
1313
- |checkmark|
@@ -81,4 +81,4 @@
8181
- |checkmark|
8282
- |checkmark|
8383

84-
.. [*] Java versions 8 and above are all supported thanks to the JVM backwards compatibility promise. Only LTS versions will be explicitly listed in future.
84+
.. [#backwards-compatible-rs] Java versions 8 and above are all supported thanks to the JVM backwards compatibility promise. Only LTS versions will be explicitly listed in future.

source/includes/language-compatibility-table-java.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Java 6
99
- Java 7
1010
- Java 8
11-
- Java 11 [*]_
11+
- Java 11 [#backwards-compatible]_
1212

1313
* - Version 4.0
1414
-
@@ -94,4 +94,5 @@
9494
- |checkmark|
9595
- |checkmark|
9696

97-
.. [*] Java versions 8 and above are all supported thanks to the JVM backwards compatibility promise. Only LTS versions will be explicitly listed in future.
97+
98+
.. [#backwards-compatible] Java versions 8 and above are all supported thanks to the JVM backwards compatibility promise. Only LTS versions will be explicitly listed in future.

source/includes/mongodb-compatibility-table-java.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
-
175175
-
176176
-
177-
- |checkmark| [*]_
177+
- |checkmark| [#driver-support]_
178178
- |checkmark|
179179
- |checkmark|
180180

@@ -197,3 +197,8 @@
197197
-
198198
-
199199
- |checkmark|
200+
201+
.. [#driver-support] The 2.14 driver does not support all MongoDB 3.2 features (e.g.,
202+
read concern); however, if you are currently on a version 2.x driver
203+
and would like to run against MongoDB 3.2 but cannot upgrade to driver
204+
version 3.2, use the 2.14 driver.

source/java.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ MongoDB Compatibility
8989

9090
.. include:: /includes/older-server-versions-unsupported.rst
9191

92-
.. [*] The 2.14 driver does not support all MongoDB 3.2 features (e.g.,
93-
read concern); however, if you are currently on a version 2.x driver
94-
and would like to run against MongoDB 3.2 but cannot upgrade to driver
95-
version 3.2, use the 2.14 driver.
96-
9792
Language Compatibility
9893
~~~~~~~~~~~~~~~~~~~~~~
9994

0 commit comments

Comments
 (0)