packetradio-guide/mkdocs.yml

39 lines
736 B
YAML
Raw Normal View History

2024-03-26 23:47:23 +00:00
site_name: Hibby's Packet Radio Guide
site_url: https://packetradio.debian.net
nav:
2024-03-27 02:15:02 +00:00
- Home: index.md
- About: about.md
2024-03-28 20:51:41 +00:00
- Beginner's Guide: beginners-guide.md
2024-03-26 23:47:23 +00:00
- Radios:
2024-03-27 02:15:02 +00:00
- radios/index.md
2024-03-26 23:47:23 +00:00
- Modems:
2024-03-27 02:15:02 +00:00
- modems/ninotnc.md
- modems/qtsm.md
- modems/direwolf.md
2024-03-26 23:47:23 +00:00
- Clients:
2024-03-27 02:15:02 +00:00
- clients/qtttcp.md
2024-03-26 23:47:23 +00:00
- Software Setup:
2024-03-27 02:15:02 +00:00
- software.md
- install/bpq.md
- install/linux.md
2024-03-26 23:47:23 +00:00
- Node Configuration:
2024-03-27 02:15:02 +00:00
- config/bpq.md
2024-03-29 13:51:38 +00:00
- config/linux.md
2024-03-27 01:41:25 +00:00
- Misc:
2024-03-27 02:15:02 +00:00
- repo.md
2024-03-28 20:51:41 +00:00
- Glossary: glossary.md
2024-03-29 13:51:38 +00:00
2024-03-27 01:41:25 +00:00
theme:
name: readthedocs
navigation_depth: 5
2024-03-29 13:51:38 +00:00
collapse_navigation: false
sticky_navigation: true
2024-03-28 20:51:41 +00:00
prev_next_buttons_location: none
2024-03-27 02:15:02 +00:00
plugins:
- search
2024-03-29 13:51:38 +00:00
markdown_extensions:
- toc:
permalink: true