generated from sib-swiss/course_website_template_orig
-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
49 lines (43 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
38
39
40
41
42
43
44
45
46
47
48
49
site_name: Enrichment analysis
nav:
- Home: index.md
- Precourse preparations: precourse.md
- Course schedule: course_schedule.md
- Materials: materials.md
- Exercises: exercises.md
- Bonus code: bonus_code.md
- Useful links: links.md
theme:
name: material
logo: assets/images/SIB_logo.svg
favicon: assets/images/SIB_logo.svg
# Repository
repo_name: sib-swiss/enrichment-analysis-training
repo_url: https://github.com/sib-swiss/enrichment-analysis-training
markdown_extensions:
- abbr
- def_list
- footnotes
- tables
- admonition
- codehilite:
guess_lang: false
- sane_lists
- smarty
- toc
- pymdownx.superfences
- attr_list
- pymdownx.tabbed
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike
plugins:
- mike:
# These fields are all optional; the defaults are as below...
version_selector: true