-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
54 lines (49 loc) · 1.29 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
site_name: Eagle TRT
copyright: Copyright © E-Agle TRT
extra:
generator: false
social:
- icon: fontawesome/solid/globe
link: https://github.com/eagletrt
- icon: fontawesome/brands/github
link: https://github.com/eagletrt
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/eagletrt
theme:
name: material
logo: static/logo.png
theme:
palette:
scheme: slate
plugins:
- search
- awesome-pages
- mermaid2:
arguments:
theme: dark
- mkdocs-jupyter:
theme: dark
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format
- extra
- admonition
- pymdownx.details
- pymdownx.superfences
- def_list
- pymdownx.tasklist:
custom_checkbox: true
extra_javascript:
- static/js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
- static/js/mermaid.js