-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
75 lines (65 loc) · 1.8 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
71
72
73
74
site_name: ELIXIR Training Lesson
nav:
- About: index.md
- Course Content:
- "1. title of first chapter": chapters/chapter_01.md
- "2. title of second chapter": chapters/chapter_02.md
- "4. Learn the workflow from case studies": chapters/chapter_04.md
- "5. Advanced topics": chapters/chapter_05.md
- "6. Data management, data sharing & ethical issues": chapters/chapter_06.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:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- 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
extra_css:
- stylesheets/extra.css
- stylesheets/neoteroi-mkdocs.css