-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (27 loc) · 824 Bytes
/
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
site_name: MkEn-ROADS
#site_dir: enroads_mkdocs
#docs_dir: docs
theme:
name: readthedocs
highlightjs: true
nav:
- Home: index.md
- User Guide:
- Coal: parts/coal.md
- Testing Area: parts/testing_area.md
- About:
- Release Notes: about/release-notes.md
- Contributing: about/contributing.md
- License: about/license.md
extra_javascript:
- parts/mermaid.min.js
# - https://cdnjs.cloudflare.com/ajax/libs/mermaid/7.1.0/mermaid.min.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML
extra_css:
- parts/mermaid.css
#markdown_extensions:
# - pymdownx.superfences:
# custom_fences: [
# {name: mermaid, class: mermaid}
# ,{name: sequence, class: uml-sequence-diagram}
# ]