-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
79 lines (70 loc) · 1.78 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Genotyping MHC class I and II alleles
repo_url: https://github.com/svm-zhang/polysolver-mod
repo_name: svm-zhang/polysolver-mod
edit_uri: edit/main/docs/
theme:
name: material
font: false
icon:
repo: fontawesome/brands/github
edit: material/pencil-box
view: material/eye-circle
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to system preference
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- navigation.expand
- navigation.footer
- navigation.path
- navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- toc.follow
- toc.integrate
extra_css:
- stylesheets/extra.css
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.caret
- pymdownx.betterem:
smart_enable: all
- pymdownx.details # make admonition collapsible
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.highlight:
pygments_lang_class: true
anchor_linenums: true
line_spans: __span
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tilde
- toc:
permalink: true
nav:
- Home: index.md