-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
60 lines (57 loc) · 1.38 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
55
56
57
58
59
60
site_name: SNPsplit
repo_name: FelixKrueger/SNPsplit
repo_url: https://github.com/FelixKrueger/SNPsplit
site_url: https://felixkrueger.github.io/SNPsplit
edit_uri: edit/master/docs/
theme:
name: material
logo: images/SNPsplit.png
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
font:
text: Noto Sans
features:
- navigation.instant
- navigation.tabs
nav:
- Overview: README.md
- workflow.md
- Genome preparation:
- genome_prep/genome_preparation.md
- genome_prep/legacy.md
- SNPsplit:
- SNPsplit/details.md
- SNPsplit/specific_comments.md
- Examples:
- Examples/examples.md
- Full list of options:
- options/genome_prep_options.md
- options/SNPsplit_options.md
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
plugins:
- social
- search