Skip to content

Commit 9a1357f

Browse files
Anthony Sansoneatsansone
authored andcommitted
(DOCSP-8993) Update TLS info
1 parent 16af746 commit 9a1357f

File tree

6 files changed

+478
-418
lines changed

6 files changed

+478
-418
lines changed

conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@
6666
'.. |bi-short| replace:: BI Connector',
6767
'.. |bi| replace:: MongoDB Connector for BI',
6868
'.. |cidr| replace:: :abbr:`CIDR (Classless Inter-Domain Routing)`',
69+
'.. |csr| replace:: :abbr:`CSR (Certificate Signing Request)`',
6970
'.. |dsn| replace:: :abbr:`DSN (Data Source Name)`',
7071
'.. |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)`',
7173
'.. |https| replace:: :abbr:`HTTPS (Secure HyperText Transport Protocol)`',
7274
'.. |http| replace:: :abbr:`HTTP (HyperText Transport Protocol)`',
7375
'.. |iana| replace:: :abbr:`IANA (Internet Assigned Numbers Authority)`',
@@ -126,6 +128,9 @@
126128
'mysql': ('https://dev.mysql.com%s', ''),
127129
'cm': ('https://docs.cloudmanager.mongodb.com%s', ''),
128130
'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','')
129134
}
130135

131136
intersphinx_mapping = {}

0 commit comments

Comments
 (0)