From 32ccd0903e04dc4f3e66113b8e6582433f21edfe Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Tue, 2 Apr 2024 01:01:13 +0100 Subject: [PATCH] new theme and some link fixes --- docs/equipment/index.md | 2 ++ docs/index.md | 2 +- docs/install/bpq.md | 3 +++ docs/install/linux.md | 2 ++ mkdocs.yml | 14 +++++--------- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/equipment/index.md b/docs/equipment/index.md index 9821f8d..a141b4d 100644 --- a/docs/equipment/index.md +++ b/docs/equipment/index.md @@ -1 +1,3 @@ # About Equipment + +This section will hold information on antennas, radios and perhaps coax. diff --git a/docs/index.md b/docs/index.md index 67aeac9..9e542b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,7 +28,7 @@ The key things you will need are: If you don't want to spend a lot of money to dip your toe in, you don't have to. The only things you'll need are a radio, a computer and a cable to interface between the two. Everything else can run as software. -Have a look to see if you have a [proven radio](radios/index.md) and install [QtSoundModem](modems/qtsm.md) and [QtTermTCP](clients/qtttcp.md) to access someone else's node. +Have a look to see if you have a [proven radio](equipment/radios.md) and install [QtSoundModem](modems/qtsm.md) and [QtTermTCP](clients/qtttcp.md) to access someone else's node. I'd recommend trying 1200bd on VHF or UHF first, but slower modes on HF are perfectly do-able as well if you're on an island or stuck in a ditch, diff --git a/docs/install/bpq.md b/docs/install/bpq.md index 36fc31f..1191e69 100644 --- a/docs/install/bpq.md +++ b/docs/install/bpq.md @@ -21,6 +21,9 @@ sudo nano /etc/bpq32.cfg sudo chown :linbpq /etc/bpq32.cfg sudo chmod 644 /etc/bpq32.cfg ``` +!!! note + + Without a config file installed to /etc/bpq32.cfg, bpq will not start ## Configure diff --git a/docs/install/linux.md b/docs/install/linux.md index e9ca3e6..24ec383 100644 --- a/docs/install/linux.md +++ b/docs/install/linux.md @@ -2,6 +2,8 @@ The linux native stack is highly configurable and can be easily installed on all Debian distros. +More detailed configuration instructions and explanations can be found [here](../config/linux.md) + ## Install To get a basic node setup, the minimum viable software is: diff --git a/mkdocs.yml b/mkdocs.yml index 4777133..c5e1697 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,16 +27,12 @@ nav: - repo.md - Glossary: glossary.md -theme: - name: readthedocs - navigation_depth: 5 - collapse_navigation: false - sticky_navigation: true - prev_next_buttons_location: none - -plugins: - - search +theme: + name: material markdown_extensions: - toc: permalink: true + - admonition + - pymdownx.details + - pymdownx.superfences