forked from aws-observability/aws-o11y-recipes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
65 lines (65 loc) · 1.27 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
site_name: 'AWS Observability Recipes'
site_author: 'AWS'
site_url: 'https://aws-observability.github.io/aws-o11y-recipes/'
repo_name: 'aws-observability/aws-o11y-recipes'
repo_url: 'https://github.com/aws-observability/aws-o11y-recipes'
copyright: 'Copyright © Amazon 2021 '
nav:
- Home:
- index.md
- dimensions.md
- telemetry.md
- 'By Compute':
- apprunner.md
- eks.md
- ecs.md
- lambda.md
- 'By Infra & Databases':
- Infra: infra.md
- Databases:
- rds.md
- dynamodb.md
- msk.md
- 'By Language':
- Java: java.md
- Node.js: nodejs.md
- 'By Destination':
- cw.md
- amp.md
- amg.md
- aes.md
- 'Tasks':
- 'Anomaly Detection': anomaly-detection.md
- 'Alerting': alerting.md
- 'Troubleshooting': troubleshooting.md
- 'Workshops': workshops.md
- about.md
theme:
name: 'material'
# name: 'readthedocs'
custom_dir: overrides
features:
- navigation.instant
- navigation.tabs
icon:
logo: 'fontawesome/solid/file-invoice'
font:
text: 'Lato'
code: 'PT Mono'
palette:
scheme: slate
primary: orange
accent: blue
highlightjs: true
hljs_languages:
- yaml
- json
- bash
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite:
linenums: true
- pymdownx.details
- pymdownx.superfences