|
66 | 66 | '.. |bi-short| replace:: BI Connector',
|
67 | 67 | '.. |bi| replace:: MongoDB Connector for BI',
|
68 | 68 | '.. |cidr| replace:: :abbr:`CIDR (Classless Inter-Domain Routing)`',
|
| 69 | + '.. |csr| replace:: :abbr:`CSR (Certificate Signing Request)`', |
69 | 70 | '.. |dsn| replace:: :abbr:`DSN (Data Source Name)`',
|
70 | 71 | '.. |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>`__',
|
| 72 | + '.. |fqdn| replace:: :abbr:`FQDN (Fully Qualified Domain Name)`', |
71 | 73 | '.. |https| replace:: :abbr:`HTTPS (Secure HyperText Transport Protocol)`',
|
72 | 74 | '.. |http| replace:: :abbr:`HTTP (HyperText Transport Protocol)`',
|
73 | 75 | '.. |iana| replace:: :abbr:`IANA (Internet Assigned Numbers Authority)`',
|
|
126 | 128 | 'mysql': ('https://dev.mysql.com%s', ''),
|
127 | 129 | 'cm': ('https://docs.cloudmanager.mongodb.com%s', ''),
|
128 | 130 | 'om': ('https://docs.opsmanager.mongodb.com/current%s', ''),
|
| 131 | + 'atlas': ('https://docs.atlas.mongodb.com%s',''), |
| 132 | + 'charts': ('https://www.mongodb.com/charts%s',''), |
| 133 | + 'wikipedia' : ('https://en.wikipedia.org/wiki%s','') |
129 | 134 | }
|
130 | 135 |
|
131 | 136 | intersphinx_mapping = {}
|
|
0 commit comments