File tree Expand file tree Collapse file tree 3 files changed +41
-30
lines changed Expand file tree Collapse file tree 3 files changed +41
-30
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ def has(self, *args):
103103 'csharp-api' : ('https://api.mongodb.com/csharp/current/html/%s.htm' , '' ),
104104 'csharp-docs' : ('https://mongodb.github.io/mongo-csharp-driver/2.4/reference/%s' , '' ),
105105 'java-async-docs' : ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/%s' , '' ),
106- 'java-async-api' : ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/javadoc/%s' , '' )
106+ 'java-async-api' : ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/javadoc/%s' , '' ),
107+ 'bic' : ('https://docs.mongodb.com/bi-connector/current%s' ,'' )
107108}
108109
109110## add `extlinks` for each published version.
Original file line number Diff line number Diff line change 11.. important ::
22
3- MMAPv1 is not supported on big-endian architectures such as s390x.
4- MongoDB returns an error if you set MMAPv1 as the
5- storage engine on a big-endian system.
3+ MMAPv1 is unsupported on big-endian and certain bi-endian
4+ architectures. This includes the IBM z/Architecture (``s390x ``) and
5+ PowerPC (``ppc64le ``) platforms. MongoDB returns an error if you
6+ set MMAPv1 as the storage engine on ``s390x `` and ``ppc64le ``
7+ platforms.
Original file line number Diff line number Diff line change @@ -4,58 +4,66 @@ version of MongoDB products:
44
55.. list-table ::
66 :header-rows: 1
7+ :widths: 40 15 15 15 15
78
89 * - Product
9- - x86_64/amd64
10+ - x86_64
11+ - ppc64le
1012 - s390x
11- - POWER8 (little endian)
1213 - ARMv8-A
1314
14- * - MongoDB 3.4
15- - |checkmark |
16- - MongoDB Enterprise only
17- - MongoDB Enterprise only
18- - |checkmark |
15+ * - MongoDB Community (3.4+)
16+ - :icon: `check `
17+ -
18+ -
19+ - :icon: `check `
20+
1921
22+ * - MongoDB Enterprise (3.4+)
23+ - :icon: `check `
24+ - :icon: `check `
25+ - :icon: `check `
26+ - :icon: `check `
2027
21- * - `BI Connector <https://docs.mongodb.com/bi-connector/v2.0/ >`__
22- - |checkmark |
23- - |checkmark |
24- - |checkmark |
28+
29+ * - :bic: `BI Connector </installation/> `
30+ - :icon: `check `
31+ - :icon: `check `
32+ - :icon: `check `
2533 -
2634
27- * - `Compass <https://docs.mongodb.com/compass/current/ >`__
28- - | checkmark |
35+ * - `Compass <https://docs.mongodb.com/compass/current/install/ >`__
36+ - :icon: ` check `
2937 -
3038 -
3139 -
3240
3341 * - `Spark Connector <https://docs.mongodb.com/spark-connector/v2.0/ >`__
34- - | checkmark |
42+ - :icon: ` check `
3543 -
3644 -
3745 -
3846
39- * - `Ops Manager <https://docs.opsmanager.mongodb.com/current/ >`__
40- - | checkmark |
41- -
47+ * - :opsmgr: `Ops Manager </core/requirements/index.html#hardware-compatibility-matrix-for-onprem-hosts> `
48+ - :icon: ` check `
49+ - :icon: ` check `
4250 -
4351 -
4452
45- * - Automation Agent
46- - |checkmark |
53+ * - :opsmgr: `Automation Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts> `
54+ - :icon: `check `
55+ - :icon: `check `
4756 -
48- - |checkmark |
4957 -
5058
51- * - Monitoring Agent
52- - |checkmark |
59+ * - :opsmgr: `Monitoring Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts> `
60+ - :icon: `check `
61+ - :icon: `check `
5362 -
54- - |checkmark |
5563 -
5664
57- * - Backup Agent
58- - |checkmark |
65+ * - :opsmgr: `Backup Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts> `
66+ - :icon: `check `
67+ - :icon: `check `
5968 -
60- - |checkmark |
6169 -
You can’t perform that action at this time.
0 commit comments