-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
47 lines (44 loc) · 1.38 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
site_name: Coralogix Workshops
site_url: http://coralogix.github.io
site_author: Coralogix
site_description: Coralogix workshops for observability
repo_url: http://github.com/coralogix/workshops
copyright: Copyright Coralogix. All rights reserved.
theme:
name: material
# custom_dir: overrides
palette:
primary: green
logo: images/horizontal.png
favicon: images/favicon.png
font:
text: "Nunito Sans"
code: "Jetbrains mono"
# include_search_page: false
# search_index_only: true
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.sections
- navigation.expand
- navigation.top
- navigation.tracking
- toc.integrate
- toc.follow
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- OpenTelemetry Info:
- Overview and Value Proposition: otel/about-opentelemetry.md
- Workshops:
- Kubernetes Microservices+Otel Collector: otel/microservices/index.md
- AWS ECS Fargate (Python): otel/ecs-fargate/index.md
- AWS ECS EC2 (Python): otel/ecs-ec2/index.md
- Autogenerators - Instrumentation References: otel/autogenerators/index.md
- Auto Tracing Injection: otel/autoinjection/index.md
- Tail Sampling: otel/tailsampling/index.md
- Real User Monitoring (RUM) Browser/Mobile: rum/index.md
- Official OpenTelemetry Demo: otel/opentelemetrydemo/index.md