File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
name = " realm"
2
2
title = " MongoDB Realm"
3
3
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
+
4
36
[constants ]
5
- package-name-org = " docs-realm"
6
37
realm = " realm"
7
38
realms = " realms"
8
39
client-database = " Realm Database"
You can’t perform that action at this time.
0 commit comments