Skip to content

Commit b5cc381

Browse files
Anthony Sansoneatsansone
authored andcommitted
Updated per @gilberto-mdb and @jeff-allen-mongo reviews.
1 parent 8803058 commit b5cc381

File tree

3 files changed

+308
-69
lines changed

3 files changed

+308
-69
lines changed

conf.py

Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
]
3737

3838
source_constants = {
39-
'download-page': '`downloads page <https://www.mongodb.com/download-center/compass?jmp=docs>`__'
39+
'download-page': '`downloads page <https://www.mongodb.com/download-center/compass?jmp=docs>`__',
40+
'current-version': '1.16.4'
4041
}
4142

4243
templates_path = ['.templates']
@@ -60,14 +61,83 @@
6061
'.. |hardlink| replace:: http://docs.mongodb.com/compass/',
6162
'.. |compass| replace:: MongoDB Compass',
6263
'.. |compass-short| replace:: Compass',
63-
'.. |checkmark| replace:: :icon:`check-circle`'
64+
'.. |checkmark| replace:: :icon:`check-circle`',
65+
'.. |2fa| replace:: :abbr:`2FA (Two Factor Authentication)`',
66+
'.. |api| replace:: :abbr:`API (Application Programming Interface)`',
67+
'.. |aws| replace:: :abbr:`AWS (Amazon Web Services)`',
68+
'.. |bic-full| replace:: :bic:`MongoDB Connector for BI </>`',
69+
'.. |bic-official| replace:: MongoDB Connector for Business Intelligence for Atlas',
70+
'.. |bic-short| replace:: :bic:`BI Connector </>`',
71+
'.. |bic| replace:: BI Connector for Atlas',
72+
'.. |bson| replace:: :abbr:`BSON (Binary Javascript Object Notation)`',
73+
'.. |certauth| replace:: Certificate Authority',
74+
'.. |cidr| replace:: :abbr:`CIDR (Classless Inter-Domain Routing)`',
75+
'.. |cifs| replace:: :abbr:`CIFS (Common Internet File System)`',
76+
'.. |Epoch-time| replace:: Timestamp in the number of seconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__',
77+
'.. |epoch-time| replace:: timestamp in the number of seconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__',
78+
'.. |Epoch-time-ms| replace:: Timestamp in the number of milliseconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__',
79+
'.. |epoch-time-ms| replace:: timestamp in the number of milliseconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__',
80+
'.. |fqdn| replace:: :abbr:`FQDN (fully qualified domain name)`',
81+
'.. |gcp| replace:: :abbr:`GCP (Google Cloud Platform)`',
82+
'.. |global-write-clusters| replace:: Global Clusters',
83+
'.. |global-write-cluster| replace:: Global Cluster',
84+
'.. |global-write| replace:: Global Writes',
85+
'.. |https| replace:: :abbr:`HTTPS (Secure HyperText Transport Protocol)`',
86+
'.. |http| replace:: :abbr:`HTTP (HyperText Transport Protocol)`',
87+
'.. |iana| replace:: :abbr:`IANA (Internet Assigned Numbers Authority)`',
88+
'.. |ipaddr| replace:: :abbr:`IP (Internet Protocol)`',
89+
'.. |ipv4| replace:: :abbr:`IPv4 (Internet Protocol version 4)`',
90+
'.. |ipv6| replace:: :abbr:`IPv6 (Internet Protocol version 6)`',
91+
'.. |iops| replace:: :abbr:`IOPS (Input/Output Operations per Second)`',
92+
'.. |iso8601-duration| replace:: Duration in `ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601?oldid=851138376#Durations>`__ notation',
93+
'.. |iso8601-time| replace:: Timestamp in `ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601?oldid=793821205>`__ date and time format in |utc|',
94+
'.. |iso8601| replace:: `ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601?oldid=793821205>`__',
95+
'.. |jira| replace:: `Jira <https://jira.mongodb.org>`__"',
96+
'.. |json| replace:: :abbr:`JSON (Javascript Object Notation)`',
97+
'.. |kdc| replace:: :abbr:`KDC (Key Distribution Center)`',
98+
'.. |kmip| replace:: :abbr:`KMIP (Key Management Interoperability)`',
99+
'.. |kms| replace:: :abbr:`KMS (Key Management Service)`',
100+
'.. |ldaps| replace:: :abbr:`LDAPS (Secure Lightweight Directory Access Protocol)`',
101+
'.. |ldap| replace:: :abbr:`LDAP (Lightweight Directory Access Protocol)`',
102+
'.. |mms-full| replace:: MongoDB Cloud Manager',
103+
'.. |mms| replace:: Cloud Manager',
104+
'.. |nfs| replace:: :abbr:`NFS (Network File System)`',
105+
'.. |piv| replace:: :abbr:`PIV (Personal Identity Verification)`',
106+
'.. |rdp| replace:: :abbr:`RDP (Remote Desktop Protocol)`',
107+
'.. |restapi| replace:: :abbr:`REST (Representational State Transfer)` :abbr:`API (Application Programming Interface)`',
108+
'.. |rest| replace:: :abbr:`REST (Representational State Transfer)`',
109+
'.. |s3| replace:: :abbr:`S3 (Simple Storage Service)`',
110+
'.. |service-fullname| replace:: MongoDB Atlas',
111+
'.. |service-pricing| replace:: Atlas pricing page',
112+
'.. |service| replace:: Atlas',
113+
'.. |sms| replace:: :abbr:`SMS (short message service)`',
114+
'.. |smtp| replace:: :abbr:`SMTP (Simple Mail Transport Protocol)`',
115+
'.. |snmp| replace:: :abbr:`SNMP (Simple Network Management Protocol)`',
116+
'.. |spn| replace:: :abbr:`SPN (Service Principal Name)`',
117+
'.. |ssd| replace:: :abbr:`SSD (Solid State Disk)`',
118+
'.. |ssl| replace:: :abbr:`SSL (Secure Sockets Layer)`',
119+
'.. |stitch-docs| replace:: MongoDB Stitch',
120+
'.. |tcp| replace:: :abbr:`TCP (Transmission Control Protocol)`',
121+
'.. |tls-ssl| replace:: :abbr:`TLS (Transport Layer Security)`/:abbr:`SSL (Secure Sockets Layer)`',
122+
'.. |tls| replace:: :abbr:`TLS (Transport Layer Security)`',
123+
'.. |totp| replace:: :abbr:`TOTP (Time-based One-time Password Algorithm)`',
124+
'.. |udp| replace:: :abbr:`UDP (User Datagram Protocol)`',
125+
'.. |upn| replace:: :abbr:`UPN (User Principal Name)`',
126+
'.. |uri| replace:: :abbr:`URI (Uniform Resource Identifier)`',
127+
'.. |url| replace:: :abbr:`URL (Uniform Resource Locator)`',
128+
'.. |utc| replace:: :abbr:`UTC (Coordinated Universal Time)`',
129+
'.. |vpc| replace:: :abbr:`VPC (Virtual Private Cloud)`',
130+
'.. |yaml| replace:: :abbr:`YAML (Yet Another Markup Language)`'
64131
])
65132

66133
extlinks = {
67134
'issue': ('https://jira.mongodb.org/browse/%s', '' ),
68135
'source': ('https://github.com/mongodb/mongo/blob/master/%s', ''),
69136
'docsgithub' : ( 'http://github.com/mongodb/docs/blob/' + conf.git.branches.current + '/%s', ''),
70137
'manual': ('http://docs.mongodb.org/manual%s', ''),
138+
'bic': ('https://docs.mongodb.com/bi-connector/current%s',''),
139+
'product': ('http://www.mongodb.com/products/%s?jmp=docs',''),
140+
'dl': ('http://www.mongodb.com/download-center/%s?jmp=docs','')
71141
}
72142

73143
intersphinx_mapping = {}

source/includes/fact-compass-platforms.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@
1717
- 7 and above (64-bit)
1818
- | Ubuntu 14.04+
1919
| RHEL 7+ (64-bit)
20+
* - MongoDB Version
21+
- 3.0+
22+
- 3.0+
23+
- 3.0+
24+
- 3.0+

0 commit comments

Comments
 (0)