-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (33 loc) · 1.05 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
site_name: Laboratory techniques and data analysis in precision medicine 1
nav:
- Introduction: intro.md
- Lab1 - Sequencing data format and visualization: lab1.md
- Lab2 - Sequencing quality control: lab2.md
- Lab3 - Germline variants: lab3.md
- Lab4 - Somatic variants: lab4.md
theme: material
extra_css: [extra.css]
markdown_extensions:
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- abbr
- attr_list
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
base_path: ["docs/"]
url_download: "True"
- mdx_spanner
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_javascript:
- javascripts/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css