-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
46 lines (38 loc) · 1.16 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
site_name: Ahoy Docs
site_url: https://stefan123t.github.io/heumeiles-docs/
repo_url: https://github.com/stefan123t/heumeiles-docs
edit_uri: https://github.com/stefan123t/heumeiles-docs/edit/main/docs
theme:
name: readthedocs
custom_dir: readthedocs-mod/
plugins:
- search
- awesome-pages:
filename: nav.yml
# The navigation is configured in the docs/nav.yml file!
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
markdown_extensions:
- attr_list # Needed to scale images
- pymdownx.emoji: # Emoji support
emoji_generator: !!python/name:pymdownx.emoji.to_alt
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid2
class: mermaid2
format: !!python/name:mermaid2.fence_mermaid_custom
# format: !!python/name:pymdownx.superfences.fence_code_format
- markdown.extensions.admonition
- def_list
#- mermaid2
#- minify:
# minify_html: true
# minify_js: true
# minify_css: true
# htmlmin_opts:
# remove_comments: true
# js_files:
# - assets/js/main.js
# css_files:
# - assets/css/style.css