forked from mongodb/docs-app-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snooty.toml
110 lines (103 loc) · 2.82 KB
/
snooty.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
name = "atlas-app-services"
title = "Atlas App Services"
intersphinx = [
"https://www.mongodb.com/docs/manual/objects.inv",
"https://www.mongodb.com/docs/atlas/objects.inv",
"https://www.mongodb.com/docs/realm/objects.inv",
]
# These are the pages that open when you click on them (instead of just being containers)
toc_landing_pages = [
"/activity",
"/apps",
"/authentication",
"/data-model",
"/edge-server",
"/mongodb",
"/get-started",
"/graphql",
"/functions",
"/functions/mongodb",
"/triggers",
"/rules",
"/security",
"/services",
"/services/http",
"/services/twilio",
"/sync",
"/sync/get-started",
"/hosting",
"/users",
"/values-and-secrets",
"/logs",
"/schemas",
"/data-api",
"/tutorials",
# App Services CLI
"/cli",
"/cli/appservices-accessList",
"/cli/appservices-apps",
"/cli/appservices-deploy",
"/cli/appservices-function",
"/cli/appservices-logs",
"/cli/appservices-schema",
"/cli/appservices-secrets",
"/cli/appservices-users",
# [Deprecated] Realm CLI
"/realm-cli",
"/realm-cli/v2",
"/realm-cli/v2/realm-cli-accessList",
"/realm-cli/v2/realm-cli-apps",
"/realm-cli/v2/realm-cli-function",
"/realm-cli/v2/realm-cli-logs",
"/realm-cli/v2/realm-cli-schema",
"/realm-cli/v2/realm-cli-secrets",
"/realm-cli/v2/realm-cli-users",
# Reference
"/reference/config",
# Other
"/studio",
]
[substitutions]
atlas = "Atlas"
[constants]
admin-api-page = "/admin/api/v3/#"
adf = "Atlas Data Federation"
adf-datasource = "Federated data source"
adf-instance = "Federated database instance"
base-url = "https://www.mongodb.com/docs/atlas/app-services"
cli = "App Services CLI"
cli-bin = "appservices"
cli-ref = ":ref:`App Services CLI <appservices-cli>`"
deployment-history-size = "25"
log-retention-time = "10 days"
max-concurrent-requests = "10,000"
max-concurrent-sync-connections = "5,000"
max-graphql-relationship-depth = "five"
max-graphql-resolvers = "ten"
name-char-limit = "57"
request-timeout-time = "300 seconds"
sync-default-message-size-limit = "20 MB"
sync-inactive-app-pause-time = "30 days"
user-session-expiration-time = "30 minutes"
min-user-session-refresh-token-expiration-time = "30 minutes"
max-user-session-refresh-token-expiration-time = "5 years"
default-user-session-refresh-token-expiration-time = "60 days"
# Realm Rebrand announcement for .local London
[[banners]]
targets = ["*"]
variant = "info"
value = """\
Realm is now Atlas Device SDK – `Learn More <http://www.mongodb.com/blog/post/realm-now-part-atlas-platform>`__ \
"""
[[banners]]
targets = ["hosting/*.txt"]
variant = "warning"
value = """\
Static Hosting is deprecated. :ref:`Learn More <migrate-hosting-graphql>`.\
"""
[[banners]]
targets = ["graphql/*.txt"]
variant = "warning"
value = """\
GraphQL is deprecated. :ref:`Learn More <migrate-hosting-graphql>`.\
"""