more
This commit is contained in:
parent
a882ef8eb2
commit
54b07da19f
|
@ -0,0 +1 @@
|
||||||
|
# QtTermTCP
|
|
@ -16,7 +16,7 @@ sudo apt install linbpq
|
||||||
## Configure
|
## Configure
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo mv /usr/share/doc/linbpq/examples/bpq32.cfg /etc/bpq32.cfg
|
sudo cp /usr/share/doc/linbpq/examples/bpq32.cfg /etc/bpq32.cfg
|
||||||
sudo nano /etc/bpq32.cfg
|
sudo nano /etc/bpq32.cfg
|
||||||
sudo chown :linbpq /etc/bpq32.cfg
|
sudo chown :linbpq /etc/bpq32.cfg
|
||||||
sudo chmod 644 /etc/bpq32.cfg
|
sudo chmod 644 /etc/bpq32.cfg
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
#QtSoundModem
|
||||||
|
hi
|
30
mkdocs.yml
30
mkdocs.yml
|
@ -1,28 +1,30 @@
|
||||||
site_name: Hibby's Packet Radio Guide
|
site_name: Hibby's Packet Radio Guide
|
||||||
site_url: https://packetradio.debian.net
|
site_url: https://packetradio.debian.net
|
||||||
nav:
|
nav:
|
||||||
- Home: "index.md"
|
- Home: index.md
|
||||||
- About: "about.md"
|
- About: about.md
|
||||||
- Glossary: "glossary.md"
|
- Glossary: glossary.md
|
||||||
- Radios:
|
- Radios:
|
||||||
- "radios/index.md"
|
- radios/index.md
|
||||||
- Modems:
|
- Modems:
|
||||||
- NinoTNC: "modems/ninotnc.md"
|
- modems/ninotnc.md
|
||||||
- QtSoundModem: "modems/qtsm.md"
|
- modems/qtsm.md
|
||||||
- Direwolf: "modems/direwolf.md"
|
- modems/direwolf.md
|
||||||
- Clients:
|
- Clients:
|
||||||
- QtTermTCP: "clients/qtttcp.md"
|
- clients/qtttcp.md
|
||||||
- Software Setup:
|
- Software Setup:
|
||||||
- "software.md"
|
- software.md
|
||||||
- BPQ: "install/bpq.md"
|
- install/bpq.md
|
||||||
- Linux: "install/linux.md"
|
- install/linux.md
|
||||||
- Node Configuration:
|
- Node Configuration:
|
||||||
- BPQ: "config/bpq.md"
|
- config/bpq.md
|
||||||
- Misc:
|
- Misc:
|
||||||
- Repo Setup: "repo.md"
|
- repo.md
|
||||||
theme:
|
theme:
|
||||||
name: readthedocs
|
name: readthedocs
|
||||||
navigation_depth: 5
|
navigation_depth: 5
|
||||||
collapse_navigation: False
|
collapse_navigation: False
|
||||||
sticky_navigation: False
|
sticky_navigation: True
|
||||||
highlightjs: True
|
highlightjs: True
|
||||||
|
plugins:
|
||||||
|
- search
|
||||||
|
|
Loading…
Reference in New Issue