-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathconfig.toml
53 lines (44 loc) · 1.46 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
48
49
50
51
52
53
baseUrl = "https://moddocs.bannerlord.com/"
languageCode = "en-us"
DefaultContentLanguage = "en"
hasCJKLanguage = true
title = "Taleworlds Documentation"
theme = "hugo-theme-docdock-master"
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
[languages]
[languages.en]
contentDir = "content/english"
languageName = "English"
[languages.zh_cn]
contentDir = "content/schinese"
languageName = "简体中文"
[languages.ru]
contentDir = "content/russian"
languageName = "Русский"
# Add more languages here
[outputs]
home = ["HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = "<i class='fa fa-code'></i> <label>API Documentation</label>"
identifier = "blapi"
url = "https://apidoc.bannerlord.com/"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-comment'></i> <label>Discuss on Forums</label>"
identifier = "blforums"
url = "https://forums.taleworlds.com/index.php?forums/the-smithy-mod-development.643/"
weight = 20
[[menu.shortcuts]]
name = "<i class='fa-brands fa-discord fa-xl'></i> <label> Discuss on Discord</label>"
identifier = "bldiscord"
url = "https://discord.gg/ykFVJGQ"
weight = 30
[[menu.shortcuts]]
name = "<i class='fa-brands fa-github fa-xl'></i> <label> Contribute on GitHub</label>"
identifier = "blgithub"
url = "https://github.com/TaleWorlds/Documentations"
weight = 40