forked from jaegertracing/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
36 lines (29 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
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.25"
binariesLatest = "1.25.0"
versions = ["1.25","1.24","1.23","1.22","1.21","1.20","1.19","1.18","1.17","1.16","1.15","1.14","1.13","1.12","1.11", "1.10", "1.9", "1.8", "1.7", "1.6"]
[navbar]
[[links]]
title = "Docs"
url = "/docs"