-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
79 lines (72 loc) · 2.46 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
site_name: "Open Observability"
theme:
name: material
custom_dir: docs/overrides
logo: img/logo_o11y_black.png
favicon: img/favicon_o11y.svg
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
palette:
# Palette toggle for light mode
- scheme: default
primary: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.action.edit
- content.action.view
- navigation.footer
- navigation.instant
- navigation.path
- navigation.top
- toc.follow
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- footnotes
extra_css:
- "styles/extra.css"
- "styles/table.css"
repo_url: https://github.com/liatrio/openo11y.dev
site_url: https://openo11y.dev
nav:
- "Welcome to OpenO11y": "index.md"
- "Guidance":
- "Why Metrics Matter": "./why-metrics-matter.md"
- "Engineering Defaults": "./engineering-defaults.md"
- "Human Systems":
- "Observing Human Systems": "./human-systems/observing-human-systems.md"
- "Software Delivery Metrics":
- "Overview": "./human-systems/delivery-metrics/overview.md"
- "Lagging Inidicators": "./human-systems/delivery-metrics/lagging-delivery-indicators.md"
- "Leading Inidicators": "./human-systems/delivery-metrics/leading-delivery-indicators.md"
- "DevEx & Platform": "./human-systems/delivery-metrics/devex-platform.md"
- "Satisfaction & Well-Being": "./human-systems/satisfaction-well-being.md"
- "Business Systems": "./business-systems.md"
- "Demos":
- "Delivery Metrics Demo": "./delivery-demo.md"
# - "O11y Quick Start Platform":
# - "Overview": "./platform/README.md"
# - "Architecture": "./platform/architecture.md"
# - "Recommended Implementations":
# - "AWS": "./platform/aws.md"
- "External Resources": "./useful-resources.md"
- "Contributing": "./contributing.md"