forked from navcoin/KnowledgeBase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
96 lines (73 loc) · 2.28 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
baseURL = "https://info.navcoin.org/"
theme = "dot"
[params]
primaryColor = "#7243bf"
secondaryColor = "#c0e4fd"
textColor = "#636363"
textColorDark = "#242738"
whiteColor = "#ffffff"
[Languages]
# English Language
[Languages.en]
languageName = "En"
weight = 1
languageCode = "en-us"
title = "NavCoin Knowledge Base"
dateFormat = "2 January 2006"
home = "Home"
logo = "NavCoin Knowledge Base"
copyright = "Created by the NavCoin Community."
# navigation
[Languages.en.menu]
[[Languages.en.menu.main]]
weight = 2
name = "Faq"
url = "/faq"
# [[Languages.en.menu.main]]
# weight = 2
# name = "pages"
# url = "/pages"
# hasChildren = true
# [[Languages.en.menu.main]]
# parent = "pages"
# name = "Elements"
# URL = "/elements"
# weight = 1
# [[Languages.en.menu.main]]
# parent = "pages"
# name = "Installation"
# URL = "/installation"
# weight = 2
# banner
[Languages.en.params.banner]
title = "NavCoin Knowledge base"
description = "Find advice and answers from the NavCoin community"
image = "images/banner.jpg"
placeholder = "Write here to search in these topic(s)"
# Topics
[Languages.en.params.topics]
title = "Find your answer by subject"
# call to action
[Languages.en.params.cta]
enable = true
title = "Didn't find an answer to your question?"
description = "Try talking to NavCoin community members on the NavCoin community Discord."
btnText = "Join Discord"
btnURL = "https://discord.gg/y4Vu9jw"
# contact
[Languages.en.params.contact]
title = "Got Any Questions"
content = "Visit the NavCoin discord to talk to the community: ."
# footer social icon
[[Languages.en.socialIcon]]
icon = "fab fa-facebook-f"
URL = "https://www.facebook.com/NavCoin/"
[[Languages.en.socialIcon]]
icon = "fab fa-twitter"
URL = "https://twitter.com/NavCoin"
[[Languages.en.socialIcon]]
icon = "fab fa-discord"
URL = "https://discord.gg/y4Vu9jw"
[[Languages.en.socialIcon]]
icon = "fab fa-medium-m"
URL = "http://medium.com/nav-coin"