-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathconfig.toml
More file actions
85 lines (79 loc) · 2.96 KB
/
config.toml
File metadata and controls
85 lines (79 loc) · 2.96 KB
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
baseURL = "https://help.alwaysdata.com"
theme = "relearn"
ignoreFiles = [ "README.md" ]
refLinksErrorLevel = "WARNING"
defaultContentLanguageInSubdir = "true"
languageCode = "en-us"
defaultContentLanguage = "en"
[Taxonomies]
tag = "tags"
[Languages]
# i18n - EN
[Languages.en]
weight = 1
languageName = "English"
title = "alwaysdata Documentation"
[Languages.en.params]
landingPageURL = "/en/"
[Languages.en.menus]
[[Languages.en.menus.shortcuts]]
name = "<i class='fab fa-fw fa-mastodon'></i> Mastodon"
url = "https://mastodon.social/@alwaysdata"
weight = 11
[[Languages.en.menus.shortcuts]]
name = "<i class='fab fa-fw fa-bluesky'></i> Bluesky"
url = "https://bsky.app/profile/alwaysdata.bsky.social"
weight = 12
[[Languages.en.menus.shortcuts]]
name = "<i class='fab fa-fw fa-linkedin'></i> LinkedIn"
url = "https://www.linkedin.com/company/alwaysdata/"
weight = 13
[[Languages.en.menus.shortcuts]]
name = "<i class='fab fa-fw fa-x-twitter'></i> X (Twitter)"
url = "https://twitter.com/alwaysdata"
weight = 14
# i18n - FR
[Languages.fr]
weight = 2
languageName = "Français"
title = "Documentation alwaysdata"
[Languages.fr.params]
landingPageURL = "/fr/"
[Languages.fr.menus]
[[Languages.fr.menus.shortcuts]]
name = "<i class='fab fa-fw fa-mastodon'></i> Mastodon"
url = "https://mastodon.social/@alwaysdata"
weight = 11
[[Languages.fr.menus.shortcuts]]
name = "<i class='fab fa-fw fa-bluesky'></i> Bluesky"
url = "https://bsky.app/profile/alwaysdata.bsky.social"
weight = 12
[[Languages.fr.menus.shortcuts]]
name = "<i class='fab fa-fw fa-linkedin'></i> LinkedIn"
url = "https://www.linkedin.com/company/alwaysdata/"
weight = 13
[[Languages.fr.menus.shortcuts]]
name = "<i class='fab fa-fw fa-x-twitter'></i> X (Twitter)"
url = "https://twitter.com/alwaysdata"
weight = 14
[outputs]
home = [ "HTML", "RSS" ]
# Theme settings
[params]
themeVariant = "alwaysdata"
disableBreadcrumb = false
disableNextPrev = true
disableShortcutsTitle = false
disableToc = false
disableLandingPageButton = true
disableHoverBlockCopyToClipBoard = false
disableInlineCopyToClipBoard = true
landingPageURL = "/"
disableLanguageSwitchingButton = true
disableGeneratorVersion = true
disableHugoGeneratorInject = true
showVisitedLinks = false
disableRootBreadcrumb = true
disableExplicitIndexURLs = true
editURL = "https://github.com/alwaysdata/documentation/blob/master/content/"
author.name = "alwaysdata <contact@alwaysdata.com>"