forked from jaegertracing/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
26 lines (23 loc) · 858 Bytes
/
config.toml
File metadata and controls
26 lines (23 loc) · 858 Bytes
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
baseURL = "/"
title = "Jaeger: open source, end-to-end distributed tracing"
languageCode = "en"
pygmentsCodeFences = true
pygmentsUseClasses = true
disableKinds = ["taxonomy", "taxonomyTerm"]
canonifyURLs = true
# Disable content taxonomies for now (until there is significantly more content)
#[taxonomies]
# tag = "tags"
[params]
tagline = "Monitor and troubleshoot transactions in complex distributed systems"
githubRepo = "jaegertracing/jaeger"
twitterHandle = "JaegerTracing"
mediumHandle = "jaegertracing"
gitterHandle = "jaegertracing"
openGraphImage = "img/jaeger-icon-color.png"
newsletterTitle = "April 2018 project update"
newsletterURL = "https://medium.com/jaegertracing/april-2018-newsletter-bad00a68080e"
[navbar]
[[links]]
title = "Docs"
url = "/docs"