From 28a871ede4f04648806d71133f95a5335ac4f784 Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 16 Aug 2026 20:00:22 -0600 Subject: [PATCH] Document navigation file ownership --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86db0ac..b4f9d5b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ Changes reaching `main` trigger both publication workflows: ## Repository layout - `home.md` — Wiki.js home content; mirrored as GitHub Wiki `Home.md` -- `sidebar.md` — Wiki.js/sidebar content; mirrored as `_Sidebar.md` +- `.wikijs/navigation.json` — Wiki.js navigation configuration +- `sidebar.md` — GitHub Wiki sidebar source; mirrored as `_Sidebar.md` - `VotingPlugin/` — VotingPlugin documentation pages - `assets/` — diagrams and other documentation assets - `.github/workflows/` — mirror and backup deployment workflows