Skip to content

Commit 497fedf

Browse files
committed
(DOCSP-8296) - add compat tables to node driver
1 parent 8fe762a commit 497fedf

File tree

4 files changed

+225
-8
lines changed

4 files changed

+225
-8
lines changed
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
.. list-table::
2+
:header-rows: 1
3+
:stub-columns: 1
4+
:class: compatibility-large
5+
6+
* - Node.js Driver
7+
- Node.js v12.x.x
8+
- Node.js v10.x.x
9+
- Node.js v8.X.X
10+
- Node.js v6.X.X
11+
- Node.js v4.X.X
12+
- Node.js v0.12.X
13+
- Node.js v0.10.X
14+
- Node.js v0.8.X
15+
16+
* - 3.4
17+
- |checkmark|
18+
- |checkmark|
19+
- |checkmark|
20+
- |checkmark|
21+
- |checkmark|
22+
-
23+
-
24+
-
25+
26+
* - 3.3
27+
- |checkmark|
28+
- |checkmark|
29+
- |checkmark|
30+
- |checkmark|
31+
- |checkmark|
32+
-
33+
-
34+
-
35+
36+
* - 3.2
37+
- |checkmark|
38+
- |checkmark|
39+
- |checkmark|
40+
- |checkmark|
41+
- |checkmark|
42+
-
43+
-
44+
-
45+
46+
* - 3.1
47+
- |checkmark|
48+
- |checkmark|
49+
- |checkmark|
50+
- |checkmark|
51+
- |checkmark|
52+
-
53+
-
54+
-
55+
56+
* - 3.0
57+
- |checkmark|
58+
- |checkmark|
59+
- |checkmark|
60+
- |checkmark|
61+
- |checkmark|
62+
-
63+
-
64+
-
65+
66+
* - 2.2
67+
-
68+
-
69+
- |checkmark|
70+
- |checkmark|
71+
- |checkmark|
72+
- |checkmark|
73+
- |checkmark|
74+
- |checkmark|
75+
76+
* - 2.1
77+
-
78+
-
79+
- |checkmark|
80+
- |checkmark|
81+
- |checkmark|
82+
- |checkmark|
83+
- |checkmark|
84+
- |checkmark|
85+
86+
* - 2.0
87+
-
88+
-
89+
- |checkmark|
90+
- |checkmark|
91+
- |checkmark|
92+
- |checkmark|
93+
- |checkmark|
94+
- |checkmark|
95+
96+
* - 1.4.18
97+
-
98+
-
99+
-
100+
-
101+
-
102+
- |checkmark|
103+
- |checkmark|
104+
- |checkmark|
105+
106+
* - 1.4
107+
-
108+
-
109+
-
110+
-
111+
-
112+
-
113+
- |checkmark|
114+
- |checkmark|
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
2+
.. list-table::
3+
:header-rows: 1
4+
:stub-columns: 1
5+
:class: compatibility-large
6+
7+
* - Node.js Driver
8+
- MongoDB 4.2
9+
- MongoDB 4.0
10+
- MongoDB 3.6
11+
- MongoDB 3.4
12+
- MongoDB 3.2
13+
- MongoDB 3.0
14+
- MongoDB 2.6
15+
16+
* - 3.4
17+
- |checkmark|
18+
- |checkmark|
19+
- |checkmark|
20+
- |checkmark|
21+
- |checkmark|
22+
- |checkmark|
23+
- |checkmark|
24+
25+
26+
* - 3.3
27+
- |checkmark|
28+
- |checkmark|
29+
- |checkmark|
30+
- |checkmark|
31+
- |checkmark|
32+
- |checkmark|
33+
- |checkmark|
34+
35+
* - 3.2.1
36+
-
37+
- |checkmark|
38+
- |checkmark|
39+
- |checkmark|
40+
- |checkmark|
41+
- |checkmark|
42+
- |checkmark|
43+
44+
* - 3.1
45+
-
46+
- |checkmark|
47+
- |checkmark|
48+
- |checkmark|
49+
- |checkmark|
50+
- |checkmark|
51+
- |checkmark|
52+
53+
* - 3.0
54+
-
55+
-
56+
- |checkmark|
57+
- |checkmark|
58+
- |checkmark|
59+
- |checkmark|
60+
- |checkmark|
61+
62+
* - 2.2.12
63+
-
64+
-
65+
-
66+
- |checkmark|
67+
- |checkmark|
68+
- |checkmark|
69+
- |checkmark|
70+
71+
* - 2.0.14
72+
-
73+
-
74+
-
75+
-
76+
-
77+
- |checkmark|
78+
- |checkmark|
79+
80+
* - 1.4.29
81+
-
82+
-
83+
-
84+
-
85+
-
86+
- |checkmark|
87+
- |checkmark|
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. |checkmark| unicode:: U+2713

source/index.txt

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,33 @@ MongoDB Node Driver
44

55
.. default-domain:: mongodb
66

7+
.. include:: /includes/unicode-checkmark.rst
8+
79
The MongoDB Node driver documentation contains documentation specific to
810
the Node driver. For the main MongoDB documentation, see the
911
:manual:`MongoDB Manual </>`.
1012

1113
The Node driver documentation is organized as follows:
1214

1315
.. toctree::
14-
:titlesonly:
15-
:maxdepth: 1
16-
17-
/introduction
18-
/getting-started
19-
/usage-examples
20-
/tutorials
21-
/api-documentation
16+
:titlesonly:
17+
:maxdepth: 1
18+
19+
/introduction
20+
/getting-started
21+
/usage-examples
22+
/tutorials
23+
/api-documentation
24+
25+
Compatibility
26+
-------------
27+
28+
MongoDB Compatibility
29+
~~~~~~~~~~~~~~~~~~~~~
30+
31+
.. include:: /includes/mongodb-compatibility-table-node.rst
32+
33+
Language Compatibility
34+
~~~~~~~~~~~~~~~~~~~~~~
35+
36+
.. include:: /includes/language-compatibility-table-node.rst

0 commit comments

Comments
 (0)