Skip to content

Commit 532e3b1

Browse files
[Docs 15172] Add compatibility dots to mongodb-compat tables (#830)
* c table preview * motor update * add legend to tables * add dot to mongodb-compat tables * standardize |checkmark| to ✓ * remove includes statements for |checkmark| * consistent wording in compat legend Co-authored-by: Nathan Leniz <[email protected]>
1 parent 4a396f6 commit 532e3b1

29 files changed

+766
-774
lines changed

source/c.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.. _c-language-center:
22

3-
.. include:: /includes/unicode-checkmark.rst
4-
53
================
64
MongoDB C Driver
75
================

source/csharp.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.. _csharp-language-center:
22

3-
.. include:: /includes/unicode-checkmark.rst
4-
53
==========================
64
MongoDB C#/.NET Driver
75
==========================

source/cxx.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.. _cxx-language-center:
22

3-
.. include:: /includes/unicode-checkmark.rst
4-
53
==================
64
MongoDB C++ Driver
75
==================
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.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
- C89
1111

1212
* - All Versions
13-
- |checkmark|
14-
- |checkmark|
15-
- |checkmark|
13+
-
14+
-
15+
-

0 commit comments

Comments
 (0)