forked from open-telemetry/opentelemetry.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
59 lines (48 loc) · 1.48 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
title = "OpenTelemetry"
baseURL = "https://opentelemetry.io"
disableKinds = ["taxonomy", "taxonomyTerm"]
[blackfriday]
hrefTargetBlank = true
[params]
tagline = "Effective observability requires high-quality telemetry"
sub_tagline = "**OpenTelemetry** makes robust, portable telemetry a built-in feature of cloud-native software."
sub_description = "**OpenTelemetry** provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. You can analyze them using Prometheus, Jaeger, and other observability tools."
font_awesome_version = "5.8.1"
[params.logos]
hero = "opentelemetry-horizontal-color.png"
cncf = "cncf.png"
[[params.social]]
name = "GitHub"
url = "https://github.com/open-telemetry/"
color = "black"
icon = "fab fa-github"
[[params.social]]
name = "Twitter"
url = "https://twitter.com/opentelemetry"
color = "twitter"
icon = "fab fa-twitter"
[[params.social]]
name = "Gitter"
url = "https://gitter.im/open-telemetry/community"
color = "gitter"
icon = "fab fa-gitter"
[[params.social]]
name = "Medium"
url = "https://medium.com/opentelemetry"
color = "light"
icon = "fab fa-medium"
[[params.social]]
name = "Mailing list"
url = "https://lists.cncf.io/g/cncf-opentelemetry-community"
color = "info"
icon = "far fa-envelope"
[[params.fonts]]
name = "Noto Sans"
sizes = [300,400,600,700]
type = "sans_serif"
[[params.links]]
name = "About"
localUrl = "/about"
[[params.links]]
name = "Get Started"
localUrl = "/get-started"