-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
47 lines (40 loc) · 1.04 KB
/
config.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
baseURL = "https://opm.github.io/ResInsight-UserDocumentation/"
#baseURL = "https://resinsight.org/"
languageCode = "en-us"
title = "ResInsight"
theme = "learn"
googleAnalytics = "G-6BNMNQQY0H"
[params]
disableSearch = false
disableHomeIcon = true
ordersectionsby = "weight"
disableShortcutsTitle = true
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 1
[[menu.shortcuts]]
name = "<i class='fas fa-info-circle'></i> About"
identifier = "about"
url = "/about"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-download'></i> Download and Install"
identifier = "download"
url = "/getting-started/download-and-install"
weight = 20
[[menu.shortcuts]]
name = "<i class='fa fa-university'></i> Training"
identifier = "training"
url = "/training"
weight = 20
[[menu.shortcuts]]
name = "<i class='far fa-question-circle'></i> Support"
identifier = "support"
url = "/support"
weight = 20