From 54b07da19f05b135c271e048b3953ea8cd7ccbf3 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Wed, 27 Mar 2024 02:15:02 +0000 Subject: [PATCH] more --- docs/clients/qtttcp.md | 1 + docs/install/bpq.md | 2 +- docs/modems/qtsm.md | 2 ++ mkdocs.yml | 30 ++++++++++++++++-------------- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/docs/clients/qtttcp.md b/docs/clients/qtttcp.md index e69de29..35734e2 100644 --- a/docs/clients/qtttcp.md +++ b/docs/clients/qtttcp.md @@ -0,0 +1 @@ +# QtTermTCP diff --git a/docs/install/bpq.md b/docs/install/bpq.md index 5bc237e..63bdce5 100644 --- a/docs/install/bpq.md +++ b/docs/install/bpq.md @@ -16,7 +16,7 @@ sudo apt install linbpq ## 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 chown :linbpq /etc/bpq32.cfg sudo chmod 644 /etc/bpq32.cfg diff --git a/docs/modems/qtsm.md b/docs/modems/qtsm.md index e69de29..2c4f4a7 100644 --- a/docs/modems/qtsm.md +++ b/docs/modems/qtsm.md @@ -0,0 +1,2 @@ +#QtSoundModem +hi diff --git a/mkdocs.yml b/mkdocs.yml index ab8ee22..0c19290 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,28 +1,30 @@ site_name: Hibby's Packet Radio Guide site_url: https://packetradio.debian.net nav: - - Home: "index.md" - - About: "about.md" - - Glossary: "glossary.md" + - Home: index.md + - About: about.md + - Glossary: glossary.md - Radios: - - "radios/index.md" + - radios/index.md - Modems: - - NinoTNC: "modems/ninotnc.md" - - QtSoundModem: "modems/qtsm.md" - - Direwolf: "modems/direwolf.md" + - modems/ninotnc.md + - modems/qtsm.md + - modems/direwolf.md - Clients: - - QtTermTCP: "clients/qtttcp.md" + - clients/qtttcp.md - Software Setup: - - "software.md" - - BPQ: "install/bpq.md" - - Linux: "install/linux.md" + - software.md + - install/bpq.md + - install/linux.md - Node Configuration: - - BPQ: "config/bpq.md" + - config/bpq.md - Misc: - - Repo Setup: "repo.md" + - repo.md theme: name: readthedocs navigation_depth: 5 collapse_navigation: False - sticky_navigation: False + sticky_navigation: True highlightjs: True +plugins: + - search