-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
43 lines (40 loc) · 1.25 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
site_name: Wasm4Learn platform documentation
repo_url: https://github.com/IFB-ElixirFr/Wasm4Learn-doc
repo_name: IFB-ElixirFr/Wasm4Learn-doc
copyright: IFB 2023-Present | Licenced under Creative Commons by Share Alike 4.0 International
theme:
name: material
features:
- navigation.footer
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# page tree
nav:
- Home: index.md
- Learner's guide :
- Learner_guide/learner_guide_getting_started.md
- Learner_guide/R_interface.md
- Deployment:
- Tool: Deployment/deployment_01_tool.md
- Content: Deployment/deployment_02_content.md
- Doc: Deployment/deployment_03_doc.md
- Components:
- Introduction: Components/components_01_intro.md
- Quizz: Components/components_02_quizz.md
- Order propositions: Components/components_03_orderProps.md
- Exercice: Components/components_04_exo.md
- Admonition: Components/components_05_admonition.md
- Code: Components/components_06_code.md