wiki: document maintenance protocol

This commit is contained in:
2026-03-13 22:50:59 -04:00
parent 01981e0610
commit 6e67c2b0b1

View File

@@ -78,4 +78,16 @@ git push
Gitea receives the push → fires webhook → majorlab pulls → MkDocs rebuilds → `notes.majorshouse.com` updates automatically.
## 📋 Wiki Maintenance Protocol
Every time a new article is added, the following **MUST** be updated to maintain index integrity:
1. **`SUMMARY.md`**: Add the article to the navigation tree.
2. **Category Index**: Update the `index.md` within the specific domain folder (e.g., `05-troubleshooting/index.md`).
3. **Main `index.md`**:
- Update the **Article count**.
- Add the article to the domain section.
- Add the article to the **Recently Updated** table.
4. **Root `README.md`**: Sync with the main `index.md` (Article count, domain lists, and Recently Updated).
> [!note] The rsync one-liner in the Update Workflow section above was a one-off during initial setup. It is no longer the canonical method.