-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
140 lines (133 loc) · 3.74 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
---
site_name: Solar Battery Charger
site_description: A solar battery charger to charge lithium ion (li-ion) 18650, 9V, and coin batteries and Ni-MH AA and AAA batteries.
site_author: Nicholas Wilde
site_url: https://nicholaswilde.io/solar-battery-charger
copyright: Copyright © 2022 Nicholas Wilde
dev_addr: '0.0.0.0:8000'
# Repository
repo_name: nicholaswilde/solar-battery-charger
repo_url: https://github.com/nicholaswilde/solar-battery-charger
edit_uri: ""
# Page tree
nav:
- Home: index.md
- About: about.md
- Design: design.md
- Configuration: configuration.md
- Calibration: calibration.md
- Test:
- adjusttime: test/adjusttime.md
- animation: test/animation.md
- battery: test/battery.md
- blink: test/blink.md
- cell: test/cell.md
- clear: test/clear.md
- comparedates: test/comparedates.md
- createdat: test/createdat.md
- date: test/date.md
- eeprom: test/eeprom.md
- https: test/https.md
- ina260: test/ina260.md
- lbo: test/lbo.md
- oled: test/oled.md
- panel: test/panel.md
- pgood: test/pgood.md
- powerboost: test/powerboost.md
- sleep: test/sleep.md
- sunset: test/sunset.md
- thingspeak: test/thingspeak.md
- v2: test/v2.md
- v3: test/v3.md
- v4: test/v4.md
- wake: test/wake.md
- wifi: test/wifi.md
- wifimanager: test/wifimanager.md
- Troubleshooting: troubleshooting.md
- References: references.md
extra:
social:
- icon: fontawesome/solid/house
link: https://nicholaswilde.io/
- icon: fontawesome/brands/github
link: https://github.com/nicholaswilde
- icon: fontawesome/brands/twitter
link: https://twitter.com/nicholascwilde
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/wildewoodworking/
- icon: fontawesome/brands/linkedin-in
link: https://www.linkedin.com/in/nicholaswilde
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/nicholas.wilde/
- icon: fontawesome/brands/keybase
link: https://keybase.io/nicholaswilde
- icon: fontawesome/solid/key
link: https://github.com/nicholaswilde.gpg
theme:
name: material
language: en
icon:
repo: fontawesome/brands/github
features:
- navigation.top
palette:
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
- minify:
minify_html: true
# Extensions
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: nicholaswilde
repo: notes
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
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