-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
47 lines (42 loc) · 1.03 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: AwesomeEngineering:Ep2 OpenTelemetry for seamless Observability
site_url: https://bhanuwealthy.github.io/otel-demo/
repo_url: https://github.com/bhanuwealthy/otel-demo
repo_name: bhanuwealthy/otel-demo
extra:
generator: false
theme:
icon:
repo: fontawesome/brands/github-alt
logo: assets/wealthy-logo.png
favicon: assets/wealthy-logo.png
language: en
font:
text: Google Sans
code: Roboto Mono
name: 'material'
palette:
primary: 'black'
features:
- navigation.footer
- navigation.prune
- navigation.path
- navigation.instant
- navigation.tracking
- navigation.instant.preview
- navigation.instant.progress
- navigation.instant.prefetch
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format