-
Notifications
You must be signed in to change notification settings - Fork 164
/
config.toml
39 lines (32 loc) · 1.02 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
baseURL = "https://www.jaegertracing.io"
title = "Jaeger: open source, distributed tracing platform"
languageCode = "en"
pygmentsCodeFences = true
pygmentsUseClasses = true
disableKinds = ["taxonomy"]
canonifyURLs = true
theme = "jaeger-docs"
googleAnalytics = "UA-148208642-1"
[mediaTypes."text/netlify"]
delimiter = ""
[outputFormats.REDIRECTS]
mediaType = "text/netlify"
baseName = "_redirects"
[outputs]
home = [ "HTML", "JSON", "REDIRECTS" ]
[params]
tagline = "Monitor and troubleshoot workflows in complex distributed systems"
githubrepo = "jaegertracing/jaeger"
twitterhandle = "JaegerTracing"
mediumhandle = "jaegertracing"
opengraphimage = "img/jaeger-icon-color.png"
latest = "1.63"
binariesLatest = "1.63.0"
versions = ["1.63","1.62","1.61","1.60","1.59","1.58","1.57","1.56","1.55","1.54","1.53","1.52"]
latestV2 = "2.0"
binariesLatestV2 = "2.0.0"
versionsV2 = ["2.0",]
[navbar]
[[links]]
title = "Docs"
url = "/docs"