From d38e77f801dc5eeb439128184ccff8fff2df38bb Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Fri, 17 Oct 2025 21:32:53 +1100 Subject: [PATCH] docs Signed-off-by: jokob-sk --- docs/API.md | 2 +- docs/HW_INSTALL.md | 6 +++++- mkdocs.yml | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/API.md b/docs/API.md index dbe29f82..6268a9d9 100755 --- a/docs/API.md +++ b/docs/API.md @@ -60,7 +60,7 @@ http://:/ * [Sessions](API_SESSIONS.md) – Connection sessions and history * [Settings](API_SETTINGS.md) – Settings * Messaging: - * [In app messaging](API_MESSAGING_IN_APP.md) - In-app messaging + * [In app messaging](API_MESSAGING_IN_APP.md) - In-app messaging * [Metrics](API_METRICS.md) – Prometheus metrics and per-device status * [Network Tools](API_NETTOOLS.md) – Utilities like Wake-on-LAN, traceroute, nslookup, nmap, and internet info * [Online History](API_ONLINEHISTORY.md) – Online/offline device records diff --git a/docs/HW_INSTALL.md b/docs/HW_INSTALL.md index 0b02d793..814230da 100755 --- a/docs/HW_INSTALL.md +++ b/docs/HW_INSTALL.md @@ -63,6 +63,9 @@ wget https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/install/debian12/ ## 📥 Ubuntu 24 (Noble Numbat) +> [!NOTE] +> Maintained by [ingoratsdorf](https://github.com/ingoratsdorf) + ### Installation via curl ```bash curl -o install.sh https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/install/ubuntu24/install.sh && sudo chmod +x install.sh && sudo ./install.sh @@ -78,7 +81,8 @@ wget https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/install/ubuntu24/ > [!NOTE] > Use this on a clean LXC/VM for Debian 13 OR Ubuntu 24. -> The Scipt will detect OS and build acordingly. +> The Scipt will detect OS and build acordingly. +> Maintained by [JVKeller](https://github.com/JVKeller) ### Installation via wget ```bash diff --git a/mkdocs.yml b/mkdocs.yml index 3bef1b54..827a3bc6 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -87,6 +87,7 @@ nav: - Sessions: API_SESSIONS.md - Settings: API_SETTINGS.md - Events: API_EVENTS.md + - Messaging in-app: API_MESSAGING_IN_APP.md - Metrics: API_METRICS.md - Net Tools: API_NETTOOLS.md - Online History: API_ONLINEHISTORY.md