-
Notifications
You must be signed in to change notification settings - Fork 15
/
config.toml
110 lines (89 loc) · 3.14 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
baseURL = "https://help.alwaysdata.com"
theme = "learn"
ignoreFiles = [ "README.md" ]
refLinksErrorLevel = "WARNING"
defaultContentLanguageInSubdir = "true"
languageCode = "en-us"
defaultContentLanguage = "en"
[Taxonomies]
tag = "tags"
# i18n - EN
[Languages.en]
weight = 1
languageName = "English"
title = "alwaysdata Documentation"
landingPageURL = "/en/"
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-heart'></i> alwaysdata"
url = "https://help.alwaysdata.com/en/love/"
weight = 4
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-user-plus'></i> Signup"
url = "https://www.alwaysdata.com/en/register/"
weight = 5
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-sign-in-alt'></i> Login"
url = "https://admin.alwaysdata.com/"
weight = 6
[[Languages.en.menu.shortcuts]]
name = "Follow us on:"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-mastodon'></i> Mastodon"
url = "https://mastodon.social/@alwaysdata"
weight = 11
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-x-twitter'></i> X (Twitter)"
url = "https://twitter.com/alwaysdata"
weight = 12
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-linkedin'></i> LinkedIn"
url = "https://www.linkedin.com/company/alwaysdata/"
weight = 13
# i18n - FR
[Languages.fr]
weight = 2
languageName = "Français"
title = "Documentation alwaysdata"
landingPageURL = "/fr/"
[[Languages.fr.menu.shortcuts]]
name = "<i class='fas fa-fw fa-heart'></i> alwaysdata"
url = "https://help.alwaysdata.com/fr/love/"
weight = 4
[[Languages.fr.menu.shortcuts]]
name = "<i class='fas fa-fw fa-user-plus'></i> Inscription"
url = "https://www.alwaysdata.com/fr/inscription/"
weight = 5
[[Languages.fr.menu.shortcuts]]
name = "<i class='fas fa-fw fa-sign-in-alt'></i> Connexion"
url = "https://admin.alwaysdata.com/"
weight = 6
[[Languages.fr.menu.shortcuts]]
name = "Rejoignez-nous sur :"
weight = 10
[[Languages.fr.menu.shortcuts]]
name = "<i class='fab fa-fw fa-mastodon'></i> Mastodon"
url = "https://mastodon.social/@alwaysdata"
weight = 11
[[Languages.fr.menu.shortcuts]]
name = "<i class='fab fa-fw fa-x-twitter'></i> X (Twitter)"
url = "https://twitter.com/alwaysdata"
weight = 12
[[Languages.fr.menu.shortcuts]]
name = "<i class='fab fa-fw fa-linkedin'></i> LinkedIn"
url = "https://www.linkedin.com/company/alwaysdata/"
weight = 13
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON" ]
# Theme settings
[params]
editURL = "https://github.com/alwaysdata/documentation/blob/master/content/"
author = "alwaysdata <[email protected]>"
themeVariant = "alwaysdata"
disableBreadcrumb = false
disableNextPrev = true
disableShortcutsTitle = true
disableToc = true
disableLandingPageButton = true
landingPageURL = "/"