-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (75 loc) · 2.24 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
site_name: Programa Tarjetas Electrónicas - ESP32 - Arduino
site_description: "Documentación Programa Tarjetas Electrónicas con ESP32 Arduino- Mecatrónica 85"
site_author: Alejandro Leyva
site_url: https://www.alejandro-leyva.com/micro-esp32
edit_uri: ""
theme:
name: material
locale: es
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep orange
toggle:
icon: material/toggle-switch
name: Switch to light mode
language: es
features:
- navigation.footer
- content.code.copy
repo_url: https://github.com/jalmx/micro-esp
markdown_extensions:
- tables
- meta
- attr_list
- md_in_html
- pymdownx.superfences
- footnotes
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- javascripts/footer.js
- javascripts/change_height_markmap.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/[email protected]/dist/d3.min.js
- https://unpkg.com/[email protected]/dist/browser/index.min.js
- https://unpkg.com/[email protected]/dist/index.min.js
extra:
homepage: https://www.alejandro-leyva.com/algoritmos/
version: 1.0
copyright: "Alejandro Leyva 2022 - 2024"
social:
- icon: fontawesome/brands/github
link: https://github.com/jalmx
- icon: fontawesome/brands/dev
link: https://www.alejandro-leyva.com
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/mecatronica85/
- icon: fontawesome/brands/medium
link: https://medium.com/@xizuth
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
plugins:
- search:
lang: es
indexing: 'full'
# - minify:
# minify_html: true