-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (36 loc) · 1003 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (36 loc) · 1003 Bytes
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
site_name: Termapy Help v0.70.0
docs_dir: src/termapy/help
site_dir: src/termapy/html
use_directory_urls: false
theme:
name: material
font: false
palette:
scheme: slate
primary: blue
accent: cyan
features:
- navigation.footer
nav:
- Home: index.md
- Installation: installation.md
- Environment & compatibility: environment.md
- Demo Mode: demo.md
- Getting Started: getting-started.md
- Configuration: config.md
- Serial Ports: ports.md
- Command-Line Flags: cli.md
- Custom Buttons: custom-buttons.md
- Toolbar & Shortcuts: toolbar.md
- REPL Commands: commands.md
- Variables: variables.md
- Scripting: scripting.md
- Serial Tools: serial-tools.md
- Protocol Testing: protocol-testing.md
- Data Capture: data-capture.md
- File Transfer: file-transfer.md
- Writing Plugins: writing-plugins.md
- Device Help: device-help.md
- Using with Git: using-git.md
- On AI Assistance: on-ai-assistance.md
- Acknowledgments: acknowledgments.md