Skip to content

Commit 78de24c

Browse files
authored
[DOCSP- 24481] Import compatibility tables from docs-shared (#385)
* move compatibility tables to docs-node * experimenting with line breaks * fix about compatibility link
1 parent 48ebb00 commit 78de24c

File tree

3 files changed

+415
-9
lines changed

3 files changed

+415
-9
lines changed

source/compatibility.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ the {+driver-long+} for use with MongoDB.
1515

1616
The first column lists the driver version.
1717

18-
:ref:`What information does the MongoDB Compatibility table show? <mongodb-compatibility-table-about-node>`
18+
.. sharedinclude:: dbx/compatibility-table-legend.rst
1919

20-
.. sharedinclude:: dbx/mongodb-compatibility-table-node.rst
20+
.. include:: /includes/mongodb-compatibility-table.rst
2121

2222
Language Compatibility
2323
----------------------
@@ -26,11 +26,7 @@ the {+driver-long+} for use with a specific version of Node.js.
2626

2727
The first column lists the driver version.
2828

29-
:ref:`What information does the Language Compatibility table show? <language-compatibility-table-about-node>`
29+
.. include:: /includes/language-compatibility-table.rst
3030

31-
.. sharedinclude:: dbx/language-compatibility-table-node.rst
32-
33-
About Compatibility Tables
34-
--------------------------
35-
36-
.. sharedinclude:: dbx/about-compatibility.rst
31+
For more information on how to read the compatibility tables, see our guide on
32+
:ref:`MongoDB Compatibility Tables. <about-driver-compatibility>`
Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
.. list-table::
2+
:header-rows: 1
3+
:stub-columns: 1
4+
:class: compatibility-large
5+
6+
* - Node.js Driver Version
7+
- Node.js v16.x.x
8+
- Node.js v14.x.x
9+
- Node.js v12.x.x
10+
- Node.js v10.x.x
11+
- Node.js v8.X.X
12+
- Node.js v6.X.X
13+
- Node.js v4.X.X
14+
- Node.js v0.12.X
15+
- Node.js v0.10.X
16+
- Node.js v0.8.X
17+
* - 4.X
18+
- ✓
19+
- ✓
20+
- ✓
21+
-
22+
-
23+
-
24+
-
25+
-
26+
-
27+
-
28+
* - 3.7.X
29+
-
30+
- ✓
31+
- ✓
32+
- ✓
33+
- ✓
34+
- ✓
35+
- ✓
36+
-
37+
-
38+
-
39+
* - 3.6.X
40+
-
41+
- ✓
42+
- ✓
43+
- ✓
44+
- ✓
45+
- ✓
46+
- ✓
47+
-
48+
-
49+
-
50+
* - 3.5.X
51+
-
52+
- ✓
53+
- ✓
54+
- ✓
55+
- ✓
56+
- ✓
57+
- ✓
58+
-
59+
-
60+
-
61+
* - 3.4.X
62+
-
63+
- ✓
64+
- ✓
65+
- ✓
66+
- ✓
67+
- ✓
68+
- ✓
69+
-
70+
-
71+
-
72+
* - 3.3.X
73+
-
74+
- ✓
75+
- ✓
76+
- ✓
77+
- ✓
78+
- ✓
79+
- ✓
80+
-
81+
-
82+
-
83+
* - 3.2.X
84+
-
85+
- ✓
86+
- ✓
87+
- ✓
88+
- ✓
89+
- ✓
90+
- ✓
91+
-
92+
-
93+
-
94+
* - 3.1.X
95+
-
96+
- ✓
97+
- ✓
98+
- ✓
99+
- ✓
100+
- ✓
101+
- ✓
102+
-
103+
-
104+
-
105+
* - 3.0.X
106+
-
107+
- ✓
108+
- ✓
109+
- ✓
110+
- ✓
111+
- ✓
112+
- ✓
113+
-
114+
-
115+
-
116+
* - 2.2.X
117+
-
118+
-
119+
-
120+
-
121+
- ✓
122+
- ✓
123+
- ✓
124+
- ✓
125+
- ✓
126+
- ✓
127+
* - 2.1.X
128+
-
129+
-
130+
-
131+
-
132+
- ✓
133+
- ✓
134+
- ✓
135+
- ✓
136+
- ✓
137+
- ✓
138+
* - 2.0.X
139+
-
140+
-
141+
-
142+
-
143+
- ✓
144+
- ✓
145+
- ✓
146+
- ✓
147+
- ✓
148+
- ✓
149+
* - >=1.4.18
150+
-
151+
-
152+
-
153+
-
154+
-
155+
-
156+
-
157+
- ✓
158+
- ✓
159+
- ✓
160+
* - 1.4.X
161+
-
162+
-
163+
-
164+
-
165+
-
166+
-
167+
-
168+
-
169+
- ✓
170+
- ✓
171+
172+

0 commit comments

Comments
 (0)