Skip to content

Commit 9770aef

Browse files
committed
(DOCSP-12279): Update snooty.toml to match conf.py
1 parent daa6185 commit 9770aef

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

snooty.toml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,39 @@
11
name = "realm"
22
title = "MongoDB Realm"
33

4+
intersphinx = [
5+
"https://docs.mongodb.com/manual/mongodb.inv",
6+
"https://docs.atlas.mongodb.com/atlas.inv"
7+
]
8+
9+
# These are the pages that open when you click on them (instead of just being containers)
10+
toc_landing_pages = [
11+
# Tutorial
12+
"/tutorial",
13+
# Cloud
14+
"/authentication",
15+
"/mongodb",
16+
"/sync",
17+
"/graphql",
18+
"/functions",
19+
"/triggers",
20+
"/services",
21+
"/hosting",
22+
"/values-and-secrets",
23+
"/deploy",
24+
"/logs",
25+
# SDKs
26+
"/android",
27+
"/ios",
28+
"/node",
29+
"/react-native",
30+
"/web"
31+
]
32+
33+
[substitutions]
34+
atlas = "Atlas"
35+
436
[constants]
5-
package-name-org = "docs-realm"
637
realm = "realm"
738
realms = "realms"
839
client-database = "Realm Database"

0 commit comments

Comments
 (0)