forked from bottlerocket-os/bottlerocket-project-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
87 lines (69 loc) · 2.29 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
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 = "/"
description = "Bottlerocket is a Linux-based operating system optimized for hosting containers. It’s free and open-source software, developed in the open on GitHub. Bottlerocket is installed on the machine or instance where your containers themselves are running. It is specifically designed to work with your container orchestrator (like Kubernetes) to automate the lifecycle of the containers running in your cluster. Bottlerocket runs in the cloud or in your datacenter."
[params.ui]
footer_about_disable = true
navbar_logo = false
sidebar_menu_foldable = true
ul_show = 1
[params.imports.bottlerocket]
repo_path = 'bottlerocket'
repo_human_readable = 'bottlerocket-os/bottlerocket'
import_url_fragment = "https://github.com/bottlerocket-os/bottlerocket/blob/develop/"
[[params.textLinks]]
name = "Charter"
url = "/about/charter"
[[params.textLinks]]
name = "Code of Conduct"
url = "/about/code-of-conduct"
[[params.textLinks]]
name = "Security"
url = "/about/security"
[[params.textLinks]]
name = "Trademark Policy"
url = "/about/trademark"
[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/"