From dd4b66aa182edaa97a578c50d6754db3f3116eba Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 7 Nov 2024 18:25:03 +0100 Subject: [PATCH] Add DNS section to the software menu --- .github/workflows/pull-from-armbian-config.yml | 1 + mkdocs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/pull-from-armbian-config.yml b/.github/workflows/pull-from-armbian-config.yml index 592eef78..85292376 100644 --- a/.github/workflows/pull-from-armbian-config.yml +++ b/.github/workflows/pull-from-armbian-config.yml @@ -50,6 +50,7 @@ jobs: rsync -avr docs/Software/Desktops.user.md ../documentation/docs/User-Guide_Armbian-Software/Desktops.md rsync -avr docs/Software/DevTools.user.md ../documentation/docs/User-Guide_Armbian-Software/DevTools.md rsync -avr docs/Software/HomeAutomation.user.md ../documentation/docs/User-Guide_Armbian-Software/HomeAutomation.md + rsync -avr docs/Software/DNS.user.md ../documentation/docs/User-Guide_Armbian-Software/DNS.md rsync -avr docs/Software/Monitoring.user.md ../documentation/docs/User-Guide_Armbian-Software/Monitoring.md rsync -avr docs/Software/Management.user.md ../documentation/docs/User-Guide_Armbian-Software/Management.md rsync -avr docs/Software/Media.user.md ../documentation/docs/User-Guide_Armbian-Software/Media.md diff --git a/mkdocs.yml b/mkdocs.yml index 9b90c438..f6aaa8cb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -128,6 +128,7 @@ nav: - 'Overview': 'User-Guide_Armbian-Software.md' - 'Containers': 'User-Guide_Armbian-Software/Containers.md' - 'Desktops': 'User-Guide_Armbian-Software/Desktops.md' + - 'DNS blockers': 'User-Guide_Armbian-Software/DNS.md' - 'Home Automation': 'User-Guide_Armbian-Software/HomeAutomation.md' - 'Monitoring': 'User-Guide_Armbian-Software/Monitoring.md' - 'DevTools': 'User-Guide_Armbian-Software/DevTools.md'