-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
70 lines (64 loc) · 1.94 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
site_name: Introduction to containers
nav:
- Home: index.md
- Precourse preparations: precourse.md
- Course schedule: course_schedule.md
- Course material:
- Introduction to containers: course_material/day1/introduction_containers.md
- Managing containers and images: course_material/day1/managing_docker.md
- Working with dockerfiles: course_material/day1/dockerfiles.md
- Running containers with apptainer: course_material/day1/apptainer.md
theme:
name: material
logo: assets/images/SIB_logo.svg
favicon: assets/images/SIB_logo.svg
custom_dir: overrides
icon:
repo: fontawesome/brands/github
features:
- announce.dismiss
extra:
version:
provider: mike
# consent:
# title: Cookie consent
# description: >-
# We use cookies to recognize your repeated visits and preferences, as well
# as to measure the effectiveness of our documentation and whether users
# find what they're searching for. With your consent, you're helping us to
# make our documentation better.
analytics:
provider: matomo
base_url: https://matomo.sib.swiss/
site_id: 220
copyright: >
Copyright © 2021-2022 SIB Swiss institute of Bioinformatics –
<a href="#__consent">Change cookie settings</a>
# Repository
repo_name: sib-swiss/containers-introduction-training
repo_url: https://github.com/sib-swiss/containers-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
- attr_list
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- 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