forked from mongodb/docs-realm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snooty.toml
74 lines (70 loc) · 1.57 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
name = "realm"
title = "MongoDB Realm"
intersphinx = [
"https://docs.mongodb.com/manual/objects.inv",
"https://docs.atlas.mongodb.com/objects.inv"
]
# These are the pages that open when you click on them (instead of just being containers)
toc_landing_pages = [
# Tutorial
"/tutorial",
# Cloud
"/cloud",
"/authentication",
"/authentication/providers",
"/mongodb",
"/sync",
"/graphql",
"/functions",
"/triggers",
"/services",
"/services/http",
"/services/twilio",
"/hosting",
"/values-and-secrets",
"/deploy",
"/logs",
"/config",
# SDKs
"/sdk",
"/sdk/android",
"/sdk/ios",
"/sdk/node",
"/sdk/react-native",
"/sdk/web",
"/sdk/dotnet",
# Old SDKs
"/android",
"/ios",
"/node",
"/react-native",
"/web",
"/dotnet"
]
[substitutions]
atlas = "Atlas"
[constants]
realm = "realm"
realms = "realms"
client-database = "Realm Database"
atlas = "MongoDB Atlas"
atlas-short = "Atlas"
compass = "MongoDB Compass"
compass-short = "Compass"
charts = "MongoDB Charts"
charts-short = "Charts"
service = "MongoDB Realm" # product (backend + sdks)
service-short = "Realm" # use as shorthand, AND as a prefix for features
backend = "MongoDB Realm"
backend-short = "Realm"
sync = "Realm Sync"
sync-short = "Sync" # feature/product name, NOT verb
backend-schema = "Realm Schema"
frontend-schema = "Realm Object Model"
cli-bin = "``realm-cli``" # binary -- DO NOT USE IN LINKS! Will break them.
cli = "Realm CLI"
ui = "Realm UI"
app = "Realm app"
leftnav = "left navigation menu"
admin-api-page = "/admin/api/v3/#"
base-url = "https://docs.mongodb.com/realm"