generated from jmgandarias/advanced_robotics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
116 lines (108 loc) · 3.12 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
site_name: "Industrial Informatics Course"
site_url: https://jmgandarias.com/industrial_informatics
site_description: Teaching material for the Industrial Informatics course at The University of Málaga.
theme:
name: material
icon:
repo: fontawesome/brands/github
font:
text: Source Sans Pro
code: Source Code Pro
palette:
# Palette toggle for light mode
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: assets/logo_uma_blanco.png
favicon: assets/logo_uma_blanco.svg
features:
- navigation.tracking
- navigation.tabs
- navigation.expand
- navigation.top
- navigation.footer
- navigation.indexes
- toc.follow
- content.code.copy
- content.code.annotate
- content.action.edit
- content.action.view
copyright: >
© <a href="https://jmgandarias.github.io">Juan M. Gandarias</a>, The University of Málaga, 2024 (License: <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC</a>)<br />
<a href="#__consent">Change cookie settings</a>
repo_url: https://github.com/jmgandarias/industrial_informatics
repo_name: jmgandarias/industrial_informatics
edit_uri: ./edit/main/docs
plugins:
- search
- awesome-pages
- git-revision-date-localized:
enable_creation_date: true
type: timeago
enabled: !ENV [CI, false]
- privacy:
enabled: !ENV [CI, false]
- redirects:
redirect_maps:
- mkdocs-video:
is_video: True
video_muted: True
video_controls: False
video_loop: True
video_autoplay: True
css_style:
width: "100%"
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
- attr_list
- md_in_html
- footnotes
- def_list
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.keys
- pymdownx.arithmatex:
generic: true
- pymdownx.tilde
- pymdownx.caret
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
analytics:
provider: google
property: G-1SSCKMNFPR
consent:
title: Cookie consent
description:
We use cookies to monitor the usage of these resources, and to understand
how effective they are in supporting your learning. Cookies also help us to
evaluate how much impact our teaching materials are making in the community.
With your support, you are helping us to make our teaching resources better.