-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
84 lines (77 loc) · 2.05 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
site_name: Wiki AnaBit
site_author: Steven Florez
repo_name: N0c7u4/AnaBit_IoT
repo_url: https://github.com/N0c7u4/AnaBit_IoT
# Copyright
copyright: Copyright © 2023 Steven Florez
theme:
name: material
logo: assets/Logos/LogoAnaBit.svg
language: es
favicon: assets/Logos/i.svg
palette:
media: "(prefers-color-scheme: dark)"
scheme: slate
features:
- announce.dismiss
- content.code.annotate
- content.code.copy
- content.code.select
- content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
annotate:
json: [.s2]
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/github
link: https://github.com/N0c7u4/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/saflorezprieto/
- icon: fontawesome/brands/discord
link: https://discord.gg/ytRU9NGp
extra_css:
- stylesheets/extra.css
nav:
- Introducción: index.md
- Especificaciones Técnicas:
- Conexiones y Arquitectura: pinout.md
- Datasheet de módulos RF: datasheetComponentes.md
- Testing y Configuración:
- Modo HEX a Modo AT Zigbee: HEX_AT_Zigbee.md
- Configuración del IDE de Arduino: ConfigIDEArduino.md
- Modo OTA: Modo_OTA.md
- Testing: Testing.md
- Ejemplos:
- Comunicación con LoRa: Ejemplo_LoRa.md
- Comunicación con Zigbee: Ejemplo_Zigbee.md
- Autor: Autor.md