-
Notifications
You must be signed in to change notification settings - Fork 18
/
mkdocs.yml
102 lines (93 loc) · 2.4 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
site_name: ergoCub Software
site_url: https://icub-tech-iit.github.io/ergocub-software/
site_description: All the software running on ergoCub
site_author: iCub-Tech
copyright: BSD 3-Clause License
repo_name: icub-tech-iit/ergocub-software
repo_url: https://github.com/icub-tech-iit/ergocub-software/
edit_uri: 'edit/master/doc/mkdocs/docs'
docs_dir: 'doc/mkdocs/docs'
markdown_extensions:
- attr_list
- admonition
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.highlight
- pymdownx.keys
- pymdownx.magiclink:
user: robotology
repo: assistive-rehab
repo_url_shortener: true
repo_url_shorthand: true
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
- markdown.extensions.toc:
permalink: true
plugins:
- mkdocs-video:
is_video: True
video_muted: True
video_controls: True
css_style:
width: "100%"
theme:
name: material
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.tooltips
- tabs
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.sections
- navigation.top
- search.highlight
- search.share
- search.suggest
- toc.follow
favicon: assets/head-solid.png
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
logo: material/robot
font:
text: Roboto
code: Roboto Mono
nav:
- Home: 'index.md'
- Documentation: https://icub-tech-iit.github.io/ergocub-software/doc/doxygen/doc/html/index.html
- Modules:
- Getting started: 'modules_intro.md'
- ergoCubEmotions: 'ergocubemotions.md'
- CHANGELOG: 'CHANGELOG.md'