-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
65 lines (58 loc) · 1.37 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
site_name: dokdo
site_url: https://becky2sawyer.github.io/dokdo
theme:
logo: img/dokdo.png
favicon: img/favicon-16x16.png
name: "material"
language: kr
features:
- navigation.sections
- navigation.top
- toc.integrate
palette:
- scheme: default
toggle:
primary: white
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
plugins:
- search
- mermaid2:
version: 8.6.4
- mkdocstrings:
handlers:
python:
setup_commands:
- import sys
- sys.path.append("src")
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.emoji
- pymdownx.pathconverter
- pymdownx.smartsymbols
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.progressbar
- fontawesome_markdown
extra:
analytics:
provider: google
property: G-86S6Z0HS19
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
nav:
- 'Introduction': 'index.md'
- 'dokdo Docstring': docs.md
- 'Issue Tracker': 'https://github.com/becky2sawyer/dokdo/issues'