-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
43 lines (42 loc) · 962 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
33
34
35
36
37
38
39
40
41
42
43
site_name: OpenTelemetry-CLI
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
features:
- content.action.view
- content.action.edit
highlightjs: true
plugins:
- search
markdown_extensions:
- admonition
- toc:
permalink: true
toc_depth: 2
- pymdownx.details
- pymdownx.superfences
repo_url: https://github.com/dell/opentelemetry-cli
repo_name: dell/opentelemetry-cli
edit_uri: edit/main/docs/
nav:
- index.md
- installation.md
- attributes.md