-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
41 lines (41 loc) · 848 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
34
35
36
37
38
39
40
41
site_name: SCALLOP-INF
repo_url: https://github.com/jinghuazhao/INF
edit_uri: ""
nav:
- "": README.md
- doc/SCALLOP_INF1_analysis_plan.md
- Implementation:
- tryggve/README.md
- cardio/README.md
- csd3/README.md
- Supplementary notes/README.md
theme:
name: mkdocs
nav_style: dark
highlightjs: true
hljs_languages:
- Bash
- HTML
- Java
- JavaScript
- Perl
- Python
- R
- rust
- yaml
plugins:
- search
- mermaid2
markdown_extensions:
- toc:
permalink: True
separator: "_"
- attr_list
- footnotes
- meta
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js