From 4f66955d336659c5e208b3c379acc384de575e60 Mon Sep 17 00:00:00 2001 From: MajorLinux Date: Tue, 14 Apr 2026 14:17:03 -0400 Subject: [PATCH] wiki: correct article counts in index and README Local and remote both have 76 articles on disk, but the counter and per-domain table were stale (74 total / self-hosting 21 / troubleshooting 29). Trued up to 76 / 22 / 30. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 8 ++++---- index.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 754731f..e59cb59 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,18 @@ updated: 2026-04-13T10:16 > A growing reference of Linux, self-hosting, open source, streaming, and troubleshooting guides. Written by MajorLinux. Used by MajorTwin. > -**Last updated:** 2026-04-08 -**Article count:** 74 +**Last updated:** 2026-04-14 +**Article count:** 76 ## Domains | Domain | Folder | Articles | |---|---|---| | 🐧 Linux & Sysadmin | `01-linux/` | 12 | -| 🏠 Self-Hosting & Homelab | `02-selfhosting/` | 21 | +| 🏠 Self-Hosting & Homelab | `02-selfhosting/` | 22 | | 🔓 Open Source Tools | `03-opensource/` | 10 | | 🎙️ Streaming & Podcasting | `04-streaming/` | 2 | -| 🔧 General Troubleshooting | `05-troubleshooting/` | 29 | +| 🔧 General Troubleshooting | `05-troubleshooting/` | 30 | --- diff --git a/index.md b/index.md index 33cb438..fa3207d 100644 --- a/index.md +++ b/index.md @@ -6,18 +6,18 @@ updated: 2026-04-13T10:16 > A growing reference of Linux, self-hosting, open source, streaming, and troubleshooting guides. Written by MajorLinux. Used by MajorTwin. > -> **Last updated:** 2026-04-08 -> **Article count:** 74 +> **Last updated:** 2026-04-14 +> **Article count:** 76 ## Domains | Domain | Folder | Articles | |---|---|---| | 🐧 Linux & Sysadmin | `01-linux/` | 12 | -| 🏠 Self-Hosting & Homelab | `02-selfhosting/` | 21 | +| 🏠 Self-Hosting & Homelab | `02-selfhosting/` | 22 | | 🔓 Open Source Tools | `03-opensource/` | 10 | | 🎙️ Streaming & Podcasting | `04-streaming/` | 2 | -| 🔧 General Troubleshooting | `05-troubleshooting/` | 29 | +| 🔧 General Troubleshooting | `05-troubleshooting/` | 30 | ---