generated from elixir-europe-training/ELIXIR-TrP-LessonTemplate-MkDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
70 lines (61 loc) · 1.64 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
site_name: ELIXIR - Containers Lesson
nav:
- About: index.md
- Course Content:
- "1. The Rocky Road to Reproducibility": chapters/chapter_01.md
- "2. The Docker Dance": chapters/chapter_02.md
- "3. To Boldly Dock (Learning more about containers)": chapters/chapter_03.md
- "4. To Tie it together and run the Python script": chapters/chapter_04.md
- "References": chapters/references.md
- "Follow up training": follow_up_training.md
theme:
name: material
logo: assets/images/white-orange-logo.png
favicon: assets/images/elixir_favicon.ico
custom_dir: overrides
features:
- navigation.top
- navigation.footer
- toc.integrate
font:
text: Lato
# Repository
repo_name: elixir-europe-training/ELIXIR-TrP-LessonTemplate-MkDocs
repo_url: https://github.com/elixir-europe-training/ELIXIR-TrP-LessonTemplate-MkDocs
edit_uri: edit/main/docs/
plugins:
- tags:
tags_file: keywords.md
- search
- bibtex:
bib_file: "references.bib"
- mkdocs-video # embed videos to the docs
# Footer
copyright: By the ELIXIR Training Platform
markdown_extensions:
- abbr
- def_list
- footnotes
- tables
- admonition
- codehilite:
guess_lang: false
- sane_lists
- smarty
- toc:
toc_depth: 3
- pymdownx.superfences
- attr_list
- pymdownx.tabbed
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- neoteroi.cards
- md_in_html
extra_css:
- stylesheets/extra.css
- stylesheets/neoteroi-mkdocs.css