33 lines
660 B
YAML
33 lines
660 B
YAML
site_name: Hibby's Packet Radio Guide
|
|
site_url: https://packetradio.debian.net
|
|
nav:
|
|
- Home: index.md
|
|
- About: about.md
|
|
- Beginner's Guide: beginners-guide.md
|
|
- Radios:
|
|
- radios/index.md
|
|
- Modems:
|
|
- modems/ninotnc.md
|
|
- modems/qtsm.md
|
|
- modems/direwolf.md
|
|
- Clients:
|
|
- clients/qtttcp.md
|
|
- Software Setup:
|
|
- software.md
|
|
- install/bpq.md
|
|
- install/linux.md
|
|
- Node Configuration:
|
|
- config/bpq.md
|
|
- Misc:
|
|
- repo.md
|
|
- Glossary: glossary.md
|
|
theme:
|
|
name: readthedocs
|
|
navigation_depth: 5
|
|
collapse_navigation: False
|
|
sticky_navigation: True
|
|
prev_next_buttons_location: none
|
|
|
|
plugins:
|
|
- search
|