-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
34 lines (34 loc) · 864 Bytes
/
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
site_name: electronics notes
markdown_extensions:
- mdx_math
extra_javascript: ['https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML','mathjaxhelper.js']
nav:
- Home: index.md
- Atmel: atmel.md
- Bus Pirate: buspirate.md
- Cookbook: cookbook.md
- Diodes: diode.md
- Filters: filters.md
- The 555 chip: fivefivefive.md
- Integrated circuit: ic.md
- Logic circuits: logic.md
- Impedance: impedance.md
- Laws: laws.md
- Leds: led.md
- Motors: motors.md
- OpAmp: opamp.md
- Oscillators: oscillator.md
- Protocols&Interfaces: protocols.md
- Prototyping: Prototyping.md
- Eagle: eagle.md
- KiCad: kicad.md
- Sampling and ADC: sampling.md
- Sensors: Sensors.md
- Signal: signal.md
- Soldering: soldering.md
- Simulation: simulation.md
- Tools: tools.md
- Transistors: transistor.md
- Power management: voltagereg.md
- FPGA: fpga.md
theme: readthedocs