-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
42 lines (38 loc) · 1.06 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
site_name: ♻️ changes
theme:
name: material
features:
- navigation.tabs
- navigation.instant
favicon: media/favicon.ico
icon:
logo: fontawesome/solid/recycle
nav:
- Changes: index.md
- Design: design.md
- Test Report: tests.md
markdown_extensions:
- codehilite:
- mkdocs-click:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.details:
- pymdownx.highlight:
css_class: codehilite
- pymdownx.magiclink:
- pymdownx.snippets:
base_path: docs/_snippets
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tabbed:
- toc:
permalink: link
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/mermaid/7.0.9/mermaid.neutral.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mermaid/7.0.9/mermaid.min.js