-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
64 lines (60 loc) · 1.58 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
site_name: NGS - Quality control, Alignment, Visualisation
nav:
- Home: index.md
- Precourse preparations: precourse.md
- Course schedule: course_schedule.md
- Day 1:
- Introduction: day1/intro.md
- Sequencing technologies: day1/sequencing_technologies.md
- Setup: day1/server_login.md
- Reproducibility: day1/reproducibility.md
- Quality control: day1/quality_control.md
- Day 2:
- Read alignment: day2/read_alignment.md
- File types: day2/file_types.md
- Samtools: day2/samtools.md
- Day 3:
- IGV and visualisation: day3/igv_visualisation.md
- Group work: group_work.md
theme:
name: material
logo: assets/images/SIB_logo.svg
favicon: assets/images/SIB_logo.svg
custom_dir: overrides
# Repository
repo_name: sib-swiss/NGS-introduction-training
repo_url: https://github.com/sib-swiss/NGS-introduction-training
edit_uri: edit/main/docs/
markdown_extensions:
- abbr
- def_list
- footnotes
- tables
- admonition
- codehilite:
guess_lang: false
- sane_lists
- smarty
- toc
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.tabbed
- pymdownx.details
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike
analytics:
provider: matomo
base_url: https://matomo.sib.swiss/
site_id: 220