Skip to content

Commit 38b1f8b

Browse files
DOCSP-9947 changes for nextgen (#1)
* DOCSP-9947 changes for nextgen
1 parent d37918a commit 38b1f8b

File tree

1 file changed

+84
-79
lines changed

1 file changed

+84
-79
lines changed

snooty.toml

Lines changed: 84 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name = "datalake"
22
title = "MongoDB Atlas Data Lake"
33

4+
intersphinx = ["https://docs.mongodb.com/manual/objects.inv"]
5+
6+
toc_landing_pages = ["/config/config-data-lake", "/tutorial/getting-started"]
7+
48
[constants]
59
adl = "Atlas Data Lake"
610
dl = "Data Lake"
@@ -13,103 +17,104 @@ service-api-v1-base-uri = "https://cloud.mongodb.com/api/atlas/v1.0"
1317

1418
[substitutions]
1519

16-
2fa = "2FA (Two Factor Authentication)"
17-
aki = "AKI (Azure Key Identifier)"
18-
akv = "AKV (Azure Key Vault)"
19-
api = "API (Application Programming Interface)"
20-
arn = "ARN (Amazon Resource Name)"
21-
aws = "AWS (Amazon Web Services)"
20+
2fa = ":abbr:`2FA (Two Factor Authentication)`"
21+
aki = ":abbr:`AKI (Azure Key Identifier)`"
22+
akv = ":abbr:`AKV (Azure Key Vault)`"
23+
api = ":abbr:`API (Application Programming Interface)`"
24+
arn = ":abbr:`ARN (Amazon Resource Name)`"
25+
aws = ":abbr:`AWS (Amazon Web Services)`"
2226
aws-pl = "AWS PrivateLink"
23-
aws-eni = "ENI (Elastic Network Interface)"
24-
azure = "Azure (Microsoft Azure)"
25-
bic-full = "MongoDB Connector for BI </>"
27+
aws-eni = ":abbr:`ENI (Elastic Network Interface)`"
28+
azure = ":abbr:`Azure (Microsoft Azure)`"
29+
bic-full = ":bic:`MongoDB Connector for BI </>`"
2630
bic-official = "MongoDB Connector for Business Intelligence for Atlas"
27-
bic-short = "BI Connector </>"
31+
bic-short = ":bic:`BI Connector </>`"
32+
bic-short-no-link = "BI Connector"
2833
bic = "BI Connector for Atlas"
29-
bson = "BSON (Binary Javascript Object Notation)"
34+
bson = ":abbr:`BSON (Binary Javascript Object Notation)`"
3035
certauth = "Certificate Authority"
3136
charts = "MongoDB Charts"
3237
charts-short = "Charts"
33-
cidr = "CIDR (Classless Inter-Domain Routing)"
34-
cifs = "CIFS (Common Internet File System)"
35-
cps = "CPS (Cloud Provider Snapshots)"
36-
cmk = "CMK (customer master key)"
38+
cidr = ":abbr:`CIDR (Classless Inter-Domain Routing)`"
39+
cifs = ":abbr:`CIFS (Common Internet File System)`"
40+
cps = ":abbr:`CPS (Cloud Provider Snapshots)`"
41+
cmk = ":abbr:`CMK (customer master key)`"
3742
compass = "MongoDB Compass"
3843
data-lakes = "Data Lakes"
3944
data-lake = "Data Lake"
40-
datadog = "Datadog <https://www.datadoghq.com/>"
41-
dns = "DNS (Domain Name System)"
42-
Epoch-time-ms = "Timestamp in the number of milliseconds that have elapsed since the UNIX epoch"
43-
epoch-time-ms = "timestamp in the number of milliseconds that have elapsed since the UNIX epoch"
44-
Epoch-time = "Timestamp in the number of seconds that have elapsed since the UNIX epoch"
45-
epoch-time = "timestamp in the number of seconds that have elapsed since the UNIX epoch"
46-
fcv = "FCV (Feature Compatibility Version)"
47-
fqdn = "FQDN (fully qualified domain name)"
45+
datadog = "`Datadog <https://www.datadoghq.com/>`__"
46+
dns = ":abbr:`DNS (Domain Name System)`"
47+
Epoch-time-ms = "Timestamp in the number of milliseconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
48+
epoch-time-ms = "timestamp in the number of milliseconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
49+
Epoch-time = "Timestamp in the number of seconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
50+
epoch-time = "timestamp in the number of seconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
51+
fcv = ":abbr:`FCV (Feature Compatibility Version)`"
52+
fqdn = ":abbr:`FQDN (fully qualified domain name)`"
4853
fts = "Atlas Search"
49-
gcp = "GCP (Google Cloud Platform)"
54+
gcp = ":abbr:`GCP (Google Cloud Platform)`"
5055
global-write-clusters = "Global Clusters"
5156
global-write-cluster = "Global Cluster"
5257
global-write = "Global Writes"
53-
hmac = "HMAC (hash-based message authentication code)"
54-
https = "HTTPS (Secure HyperText Transport Protocol)"
55-
html = "HTML (Hypertext Markup Language)"
56-
http = "HTTP (HyperText Transport Protocol)"
57-
iam = "IAM (Identity and Access Management)"
58-
iana = "IANA (Internet Assigned Numbers Authority)"
59-
idp = "IdP (Identity Provider)"
60-
idps = "IdPs (Identity Providers)"
61-
iops = "IOPS (Input/Output Operations per Second)"
62-
ipaddr = "IP (Internet Protocol)"
63-
ipv4 = "IPv4 (Internet Protocol version 4)"
64-
ipv6 = "IPv6 (Internet Protocol version 6)"
65-
iso8601-duration = "Duration in ISO 8601 notation"
66-
iso8601-time = "Timestamp in ISO 8601 date and time format in |utc|"
67-
iso8601 = "ISO 8601"
68-
jira = "Jira <https://jira.mongodb.org>"
69-
json = "JSON (Javascript Object Notation)"
70-
kdc = "KDC (Key Distribution Center)"
71-
kmip = "KMIP (Key Management Interoperability)"
72-
kms = "KMS (Key Management Service)"
73-
ldaps = "LDAPS (Secure Lightweight Directory Access Protocol)"
74-
ldap = "LDAP (Lightweight Directory Access Protocol)"
58+
hmac = ":abbr:`HMAC (hash-based message authentication code)`"
59+
https = ":abbr:`HTTPS (Secure HyperText Transport Protocol)`"
60+
html = ":abbr:`HTML (Hypertext Markup Language)`"
61+
http = ":abbr:`HTTP (HyperText Transport Protocol)`"
62+
iam = ":abbr:`IAM (Identity and Access Management)`"
63+
iana = ":abbr:`IANA (Internet Assigned Numbers Authority)`"
64+
idp = ":abbr:`IdP (Identity Provider)`"
65+
idps = ":abbr:`IdPs (Identity Providers)`"
66+
iops = ":abbr:`IOPS (Input/Output Operations per Second)`"
67+
ipaddr = ":abbr:`IP (Internet Protocol)`"
68+
ipv4 = ":abbr:`IPv4 (Internet Protocol version 4)`"
69+
ipv6 = ":abbr:`IPv6 (Internet Protocol version 6)`"
70+
iso8601-duration = "Duration in `ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601?oldid=851138376#Durations>`__ notation"
71+
iso8601-time = "Timestamp in ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601?oldid=793821205>`__ date and time format in |utc|"
72+
iso8601 = "`ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601?oldid=793821205>`__"
73+
jira = "`Jira <https://jira.mongodb.org>`__"
74+
json = ":abbr:`JSON (Javascript Object Notation)`"
75+
kdc = ":abbr:`KDC (Key Distribution Center)`"
76+
kmip = ":abbr:`KMIP (Key Management Interoperability)`"
77+
kms = ":abbr:`KMS (Key Management Service)`"
78+
ldaps = ":abbr:`LDAPS (Secure Lightweight Directory Access Protocol)`"
79+
ldap = ":abbr:`LDAP (Lightweight Directory Access Protocol)`"
7580
mms-full = "MongoDB Cloud Manager"
7681
mms = "Cloud Manager"
77-
mongo = "~bin.mongo"
78-
mongod = "~bin.mongod"
79-
mongos = "~bin.mongos"
80-
nfs = "NFS (Network File System)"
81-
nvme = "NVMe (non-volatile memory express)"
82+
mongo = ":binary:`~bin.mongo`"
83+
mongod = ":binary:`~bin.mongod`"
84+
mongos = ":binary:`~bin.mongos`"
85+
nfs = ":abbr:`NFS (Network File System)`"
86+
nvme = ":abbr:`NVMe (non-volatile memory express)`"
8287
nvme-clusters = "clusters with local NVMe SSDs"
8388
pa = "Performance Advisor"
84-
pem = "PEM (Privacy Enhanced Mail)"
85-
pit = "PIT (Point in Time)"
86-
piv = "PIV (Personal Identity Verification)"
87-
rdp = "RDP (Remote Desktop Protocol)"
88-
restapi = "REST (Representational State Transfer) API (Application Programming Interface)"
89-
rest = "REST (Representational State Transfer)"
90-
s3 = "S3 (Simple Storage Service)"
91-
sak = "SAK (Service Account Key)"
92-
saml = "SAML (Security Assertion Markup Language)"
93-
sca = "SCA (Strong Customer Authentication)"
89+
pem = ":abbr:`PEM (Privacy Enhanced Mail)`"
90+
pit = ":abbr:`PIT (Point in Time)`"
91+
piv = ":abbr:`PIV (Personal Identity Verification)`"
92+
rdp = ":abbr:`RDP (Remote Desktop Protocol)`"
93+
restapi = ":abbr:`REST (Representational State Transfer)` :abbr:`API (Application Programming Interface)`"
94+
rest = ":abbr:`REST (Representational State Transfer)`"
95+
s3 = ":abbr:`S3 (Simple Storage Service)`"
96+
sak = ":abbr:`SAK (Service Account Key)`"
97+
saml = ":abbr:`SAML (Security Assertion Markup Language)`"
98+
sca = ":abbr:`SCA (Strong Customer Authentication)`"
9499
service-fullname = "MongoDB Atlas"
95100
service-pricing = "Atlas pricing page"
96101
service = "Atlas"
97-
sms = "SMS (short message service)"
98-
smtp = "SMTP (Simple Mail Transport Protocol)"
99-
sni = "SNI (Server Name Indication)"
100-
snmp = "SNMP (Simple Network Management Protocol)"
101-
spn = "SPN (Service Principal Name)"
102-
ssd = "SSD (Solid State Disk)"
103-
ssl = "SSL (Secure Sockets Layer)"
102+
sms = ":abbr:`SMS (short message service)`"
103+
smtp = ":abbr:`SMTP (Simple Mail Transport Protocol)`"
104+
sni = ":abbr:`SNI (Server Name Indication)`"
105+
snmp = ":abbr:`SNMP (Simple Network Management Protocol)`"
106+
spn = ":abbr:`SPN (Service Principal Name)`"
107+
ssd = ":abbr:`SSD (Solid State Disk)`"
108+
ssl = ":abbr:`SSL (Secure Sockets Layer)`"
104109
stitch-docs = "MongoDB Stitch"
105-
tcp = "TCP (Transmission Control Protocol)"
106-
tls-ssl = "TLS (Transport Layer Security) SSL (Secure Sockets Layer)"
107-
tls = "TLS (Transport Layer Security)"
108-
totp = "TOTP (Time-based One-time Password Algorithm)"
109-
udp = "UDP (User Datagram Protocol)"
110-
upn = "UPN (User Principal Name)"
111-
uri = "URI (Uniform Resource Identifier)"
112-
url = "URL (Uniform Resource Locator)"
113-
utc = "UTC (Coordinated Universal Time)"
114-
vpc = "VPC (Virtual Private Cloud)"
115-
yaml = "YAML (Yet Another Markup Language)"
110+
tcp = ":abbr:`TCP (Transmission Control Protocol)`"
111+
tls-ssl = ":abbr:`TLS (Transport Layer Security)` :abbr:`SSL (Secure Sockets Layer)`"
112+
tls = ":abbr:`TLS (Transport Layer Security)`"
113+
totp = ":abbr:`TOTP (Time-based One-time Password Algorithm)`"
114+
udp = ":abbr:`UDP (User Datagram Protocol)`"
115+
upn = ":abbr:`UPN (User Principal Name)`"
116+
uri = ":abbr:`URI (Uniform Resource Identifier)`"
117+
url = ":abbr:`URL (Uniform Resource Locator)`"
118+
utc = ":abbr:`UTC (Coordinated Universal Time)`"
119+
vpc = ":abbr:`VPC (Virtual Private Cloud)`"
120+
yaml = ":abbr:`YAML (Yet Another Markup Language)`"

0 commit comments

Comments
 (0)