-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
46 lines (42 loc) · 925 Bytes
/
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
site_name: Docs on hosting containers on AWS for teaching
nav:
- Docs: index.md
- Tutorial: tutorial.md
- Usage: usage.md
theme:
name: material
logo: assets/images/SIB_logo.svg
favicon: assets/images/SIB_logo.svg
# Repository
repo_name: sib-swiss/AWS-docker
repo_url: https://github.com/sib-swiss/AWS-docker
edit_uri: ""
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:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike