-
Notifications
You must be signed in to change notification settings - Fork 54
/
config.toml
executable file
·144 lines (121 loc) · 3.45 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
baseurl = ""
languageCode = "en-us"
title = "Sensu Docs"
metadataformat = "yaml"
canonifyURLs = true
# Enable Google Analytics by entering your tracking id
googleAnalytics = "UA-39138312-17"
enableRobotsTXT = true
pygmentsUseClasses = true
ignoreFiles = ["sensu-doc-template.md"]
disableKinds = ["taxonomy", "taxonomyTerm"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 2
ordered = false
startLevel = 2
[["menu.sensu-core-1.0"]]
name = "Moi API"
url = "/"
identifier = "api"
[params]
# General information
description = "Sensu is the industry-leading solution for multi-cloud monitoring at scale. Sensu's observability pipeline automates monitoring and offers deep visibility for multi-cloud environments. Built by operators, for operators, open source is at the heart of the product."
copyright = ""
# Repository
provider = "GitHub"
repo_url = "https://github.com/sensu/sensu-docs"
version = "1.0"
logo = "/images/[email protected]"
favicon = "/images/favicon.png"
permalink = "#"
# Custom assets
custom_css = []
custom_js = []
[params.palette]
primary = "green"
accent = "green"
[params.font]
text = "Ubuntu"
code = "Ubuntu Mono"
[params.products.sensu_go]
identifier = "sensu-go"
name = "Sensu Go"
description = "The next-generation monitoring event pipeline"
notice = "Replaces Sensu Core and Enterprise"
weight = 1
latest = "6.11"
[[params.products.sensu_go.versions]]
version = "6.11"
platforms = []
[[params.products.sensu_go.versions]]
version = "6.10"
platforms = []
[[params.products.sensu_go.versions]]
version = "6.9"
platforms = []
[[params.products.sensu_go.versions]]
version = "6.8"
platforms = []
[params.products.sensu_core]
identifier = "sensu-core"
name = "Sensu Core"
description = "The original monitoring event pipeline"
notice = "End of life: December 31, 2019"
weight = 2
latest = "1.9"
[[params.products.sensu_core.versions]]
version = "1.9"
platforms = [
"Ubuntu/Debian",
"RHEL/CentOS"
]
[params.products.sensu_enterprise]
identifier = "sensu-enterprise"
name = "Sensu Enterprise"
description = "The powerful and simple monitoring product, built on Sensu Core"
notice = "End of life: March 31, 2020"
weight = 3
latest = "3.8"
[[params.products.sensu_enterprise.versions]]
version = "3.8"
platforms = [
"Ubuntu/Debian",
"RHEL/CentOS"
]
[params.products.sensu_enterprise_dashboard]
identifier = "sensu-enterprise-dashboard"
name = "Sensu Enterprise Dashboard"
description = "The dashboard for Sensu Enterprise, built on Uchiwa"
notice = "End of life: March 31, 2020"
weight = 4
latest = "2.16"
[[params.products.sensu_enterprise_dashboard.versions]]
version = "2.16"
platforms = [
"Ubuntu/Debian",
"RHEL/CentOS"
]
[params.products.uchiwa]
identifier = "uchiwa"
name = "Uchiwa"
description = "An open source dashboard for Sensu Core"
notice = "End of life: December 31, 2019"
weight = 5
latest = "1.0"
[[params.products.uchiwa.versions]]
version = "1.0"
platforms = []
[social]
twitter = "sensu"
github = "sensu"
email = ""
[blackfriday]
extensions = ["laxHtmlBlocks"]
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true