-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (59 loc) · 1.63 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: ELIXIR Software Management Plan lesson
nav:
- Home: index.md
- Learner Profiles: profiles.md
- Chapters:
- "Introduction": chapters/ch0_introduction.md
- "Chapter 1: Start": chapters/ch1_start.md
- "Chapter 2: Construction": chapters/ch2_construction.md
- "Chapter 3: Application": chapters/ch3_application.md
- "Chapter 4: Production": chapters/ch4_production.md
- "Chapter 5: Publication": chapters/ch5_publication.md
- "Conclusions": chapters/ch6_wrap-up_conclusions.md
- General info:
- Pre-course setup: precourse.md
- Course schedule: course_schedule.md
- Instructor Notes: instructor-notes.md
- Keywords list: keywords.md
theme:
name: material
logo: assets/images/white-orange-logo.png
favicon: assets/images/elixir_favicon.ico
custom_dir: overrides
features:
- navigation.tabs
# Repository
repo_name: elixir-europe/elixir-smp-lesson
repo_url: https://github.com/elixir-europe/elixir-smp-lesson
edit_uri: edit/main/docs/
plugins:
- include-markdown
- tags:
tags_file: keywords.md
- search
- bibtex:
bib_file: "references.bib"
markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite:
guess_lang: false
- def_list
- footnotes
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.superfences
- pymdownx.tabbed
- sane_lists
- smarty
- tables
- toc:
permalink: "#"
extra_css:
- stylesheets/extra.css