-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (69 loc) · 1.85 KB
/
Copy pathmkdocs.yml
File metadata and controls
76 lines (69 loc) · 1.85 KB
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
site_name: IRTimer
site_description: Documentación técnica — Cronómetro inalámbrico para Micromouse y LineFollower
site_author: robotaleh
site_url: https://docs.oprobots.org/modules/IRTimer
repo_name: OPRobots/IRTimer
theme:
name: material
custom_dir: docs/assets/templates
language: es
font:
text: Roboto
code: Roboto Mono
palette:
- scheme: default
primary: white
accent: custom
toggle:
icon: material/weather-night
name: Modo oscuro
- scheme: slate
accent: custom
toggle:
icon: material/weather-sunny
name: Modo claro
features:
- navigation.instant
- navigation.top
- toc.follow
- search.highlight
- content.code.copy
logo: assets/imgs/opr_logo.png
favicon: assets/imgs/favicon/favicon.ico
icon:
repo: fontawesome/brands/github
markdown_extensions:
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_generic_format
extra_javascript:
- assets/js/mermaid-zoom.js
- https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js
- assets/js/math-render.js
extra_css:
- assets/css/custom.css
- assets/css/mermaid-zoom.css
- https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css
exclude_docs: |
README.md
validation:
links:
not_found: ignore
nav:
- Inicio: index.md
- Hardware: 01-hardware.md
- Arquitectura Software: 02-software-architecture.md
- Comunicaciones: 03-communications.md
- Sensores: 04-sensors.md
- Menú: 05-menu-system.md
- Debug: 06-debug-system.md
- Batería y LEDs: 07-power-leds.md
- Problemas Conocidos: 08-known-issues.md