-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
50 lines (47 loc) · 1.14 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
site_name: metwork/mfdata doc
theme:
name: 'material'
logo: 'images/logo.png'
repo_url: https://github.com/metwork-framework/mfdata
repo_name: 'GitHub'
plugins:
- exclude:
glob:
- "_*.md"
- "850-reference/_*.md"
- awesome-pages
- macros:
module_name: mkdocs_main
- search
- mkdocs-add-number-plugin:
strict_mode: False
order: 2
increment_topnav: False
increment_pages: False
markdown_extensions:
- footnotes
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- admonition
- attr_list
extra_css:
- https://unpkg.com/[email protected]/dist/mermaid.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js