-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
65 lines (61 loc) · 1.8 KB
/
mkdocs.yaml
File metadata and controls
65 lines (61 loc) · 1.8 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
site_name: PyAvrOCD
repo_url: https://github.com/felias-fogg/PyAvrOCD
site_url: https://pyavrocd.io
repo_name: GitHub
edit_uri: blob/main/docs/
theme:
name: readthedocs
locale: en
logo: pics/logo-tiny.png
include_homepage_in_sidebar: True
features:
- content.footnote.tooltips
extra_css:
- style.css
plugins:
- search
markdown_extensions:
- markdown_include.include:
base_path: docs
inheritHeadingDepth: False
- admonition
- footnotes
- attr_list
nav:
- Supported:
- MCUs: 'supported-mcus.md'
- Boards: 'supported-boards.md'
- Debug probes: 'supported-debuggers.md'
- Arduino packages: 'supporting-packages.md'
- Platforms: 'supported-platforms.md'
- Quickstart Guides:
- Arduino IDE 2: 'quick_arduino.md'
- PlatformIO: 'quick_pio.md'
- Installation:
- PyAvrOCD: 'install.md'
- Debugging software: 'debugging-software.md'
- Usage:
- Preparing the target board: 'board-preparation.md'
- Setting the right fuses: 'fuse-preparation.md'
- Connecting to the target: 'connect-to-target.md'
- Compiling the program: 'compilation-options.md'
- Invoking the server: 'command-line-options.md'
- Debugging on the target: 'debugging.md'
- Monitor commands: 'monitor-commands.md'
- Restoring the target: 'restore-original-state.md'
- Troubleshooting: 'troubleshooting.md'
- Caveats:
- Disclaimer: 'disclaimer.md'
- Limitations: 'limitations.md'
- About:
- License: 'license-link.md'
- Release notes: 'release-notes.md'
- Contributing: 'contributing.md'
- Credits: 'credits-link.md'
- Code of conduct: 'code_of_conduct-link.md'
- Privacy policy: 'privacy.md'
- GitHub repo: https://github.com/felias-fogg/PyAvrOCD
not_in_nav:
generate-new-version.md
load-speed.md
snap-connector.md