From f256ecc4825d8fa32297aae1470c8c32afd5a1b7 Mon Sep 17 00:00:00 2001 From: majorlinux Date: Wed, 11 Mar 2026 22:02:05 -0400 Subject: [PATCH] docs: update SUMMARY.md with explicit subfolder cross-links for nested articles --- SUMMARY.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 058fa63..936b123 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,9 +1,19 @@ * [Home](index.md) * [Linux & Sysadmin](01-linux/index.md) - * 01-linux/*.md - * [Self-Hosting](02-selfhosting/index.md) - * 02-selfhosting/*.md - * [Streaming](04-streaming/index.md) - * 04-streaming/*.md - * [Troubleshooting](05-troubleshooting/index.md) - * 05-troubleshooting/*.md \ No newline at end of file + * [Files & Permissions](01-linux/files-permissions/) + * [Process Management](01-linux/process-management/) + * [Networking](01-linux/networking/) + * [Package Management](01-linux/packages/) + * [Shell & Scripting](01-linux/shell-scripting/) + * [Distro-Specific](01-linux/distro-specific/) + * [Self-Hosting](02-selfhosting/index.md) + * [Docker & Containers](02-selfhosting/docker/) + * [Reverse Proxies](02-selfhosting/reverse-proxy/) + * [DNS & Networking](02-selfhosting/dns-networking/) + * [Storage & Backup](02-selfhosting/storage-backup/) + * [Monitoring](02-selfhosting/monitoring/) + * [Security](02-selfhosting/security/) + * [Streaming](04-streaming/index.md) + * [OBS Studio](04-streaming/obs/) + * [Troubleshooting](05-troubleshooting/index.md) + * 05-troubleshooting/*.md \ No newline at end of file