From 61669117252a133e91e35e9dd302beeb300657b2 Mon Sep 17 00:00:00 2001 From: majorlinux Date: Wed, 11 Mar 2026 21:37:56 -0400 Subject: [PATCH] docs: add SUMMARY.md for literate-nav with wildcard section listings --- SUMMARY.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SUMMARY.md diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..058fa63 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,9 @@ +* [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