Skip to content

Commit d70ebc0

Browse files
committed
fix broken shareincludes
1 parent 8d434f3 commit d70ebc0

File tree

3 files changed

+37
-4
lines changed

3 files changed

+37
-4
lines changed

source/compatibility.txt

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,18 @@ of the {+driver-long+} for use with a specific version of MongoDB.
2525

2626
The first column lists the driver version.
2727

28-
.. sharedinclude:: dbx/lifecycle-schedule-callout.rst
28+
.. include:: /includes/compat-fixes/lifecycle-schedule-callout.rst
2929

30-
.. sharedinclude:: dbx/compatibility-table-legend.rst
30+
.. include:: /includes/compat-fixes/compatibility-table-legend.rst
31+
32+
.. include:: /includes/mongodb-compatibility-table-csharp.rst
33+
34+
.. .. sharedinclude:: dbx/lifecycle-schedule-callout.rst
35+
36+
.. .. sharedinclude:: dbx/compatibility-table-legend.rst
37+
38+
.. .. sharedinclude:: dbx/mongodb-compatibility-table-csharp.rst
3139

32-
.. sharedinclude:: dbx/mongodb-compatibility-table-csharp.rst
3340

3441
Language Compatibility
3542
----------------------
@@ -39,7 +46,9 @@ The following compatibility table specifies the recommended version of the
3946

4047
The first column lists the driver version.
4148

42-
.. sharedinclude:: dbx/language-compatibility-table-csharp.rst
49+
.. include:: /includes/language-compatibility-table-csharp.rst
50+
51+
.. .. sharedinclude:: dbx/language-compatibility-table-csharp.rst
4352

4453
For more information on how to read the compatibility tables, see our guide on
4554
:ref:`MongoDB Compatibility Tables. <about-driver-compatibility>`
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Compatibility Table Legend
2+
++++++++++++++++++++++++++
3+
4+
.. list-table::
5+
:header-rows: 1
6+
:stub-columns: 1
7+
:class: compatibility
8+
9+
* - Icon
10+
- Explanation
11+
12+
* - ✓
13+
- All features are supported.
14+
* - ⊛
15+
- The Driver version will work with the MongoDB version, but not all
16+
new MongoDB features are supported.
17+
* - No mark
18+
- The Driver version is not tested with the MongoDB version.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. important::
2+
3+
MongoDB ensures compatibility between the MongoDB Server and the drivers
4+
for three years after the server version's end of life (EOL) date. To learn
5+
more about the MongoDB release and EOL dates, see
6+
`MongoDB Software Lifecycle Schedules <https://www.mongodb.com/support-policy/lifecycles>`__.

0 commit comments

Comments
 (0)