forked from jaegertracing/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
35 lines (29 loc) · 1.01 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
baseURL = "https://www.jaegertracing.io"
title = "Jaeger: open source, end-to-end distributed tracing"
languageCode = "en"
pygmentsCodeFences = true
pygmentsUseClasses = true
disableKinds = ["taxonomy", "taxonomyTerm"]
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 transactions in complex distributed systems"
githubrepo = "jaegertracing/jaeger"
twitterhandle = "JaegerTracing"
mediumhandle = "jaegertracing"
opengraphimage = "img/jaeger-icon-color.png"
latest = "1.42"
binariesLatest = "1.42.0"
versions = ["1.42","1.41","1.40","1.39","1.38","1.37","1.36","1.35","1.34","1.33","1.32","1.31","1.30","1.29","1.28","1.27","1.26","1.25"]
[navbar]
[[links]]
title = "Docs"
url = "/docs"