forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
32 lines (32 loc) · 843 Bytes
/
mkdocs.yml
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
site_name: Jaeger Documentation
edit_uri: edit/master/docs/
theme_dir: docs/theme
markdown_extensions:
- admonition
- codehilite
- toc(permalink=true)
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tilde
site_favicon: 'images/favicon.ico'
repo_name: 'uber/jaeger'
repo_url: 'https://github.com/uber/jaeger'
extra:
logo: 'images/jaeger-logo.png'
google_analytics:
- 'UA-97254222-1'
- 'auto'
pages:
- 'Introduction': 'index.md'
- 'Getting Started' : 'getting_started.md'
- 'Client Libraries' : 'client_libraries.md'
- 'Architecture' : 'architecture.md'
- 'Deployment' : 'deployment.md'
- 'Roadmap' : 'roadmap.md'
- 'News' : 'news.md'