forked from bottlerocket-os/bottlerocket-project-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
68 lines (55 loc) · 1.53 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
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'Bottlerocket'
defaultContentLanguage = 'all'
[params]
copyright = "Copyright Amazon.com, Inc., its affiliates, or other contributors. All Rights Reserved."
languageOverride = 'all'
brand_link = "/"
[params.ui]
footer_about_disable = true
navbar_logo = false
[params.imports.bottlerocket]
repo_path = 'bottlerocket'
repo_human_readable = 'bottlerocket/bottlerocket-os'
import_url_fragment = "https://github.com/bottlerocket-os/bottlerocket/blob/develop/"
[params.links]
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/bottlerocket-os"
icon = "fab fa-github"
desc = "The Bottlerocket GitHub Organization"
[module]
proxy = "direct"
[module.hugoVersion]
extended = true
min = "0.73.0"
[[module.imports]]
path = "github.com/google/docsy"
disable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false
[languages]
[languages.all]
contentDir = 'content/all'
languageName = 'Home'
weight = 10
[languages.en]
contentDir = 'content/en'
languageName = 'Docs in English'
weight = 11
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
# This was added to support mutliple languages eventually but start with one only
# to re-enable, you'll need to uncomment the drop down in /layouts/partials/navbar.html
name = "Documentation"
weight = 50
url = "en/"
[[menu.main]]
name = "FAQ"
weight = 20
url = "en/faq/"