From 9b8deaeced4f4a6f7c2492528019cc6e10c379ac Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 9 Jul 2026 20:32:59 +0800 Subject: docs: restructure dev-docs sidebar and move pages into subdirectories --- docs/dev-docs/_sidebar.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/dev-docs/_sidebar.md') diff --git a/docs/dev-docs/_sidebar.md b/docs/dev-docs/_sidebar.md index 76c3649..5c254cd 100644 --- a/docs/dev-docs/_sidebar.md +++ b/docs/dev-docs/_sidebar.md @@ -1,3 +1,9 @@ - [Welcome!](README) -* [The Mod Pathfinder](issues/the-mod-pathfinder) -* [Some Situations Where You'd Be Like "Shit!"](issues/the-shit-time) +* Abouts + * [ai-translation-rule](pages/abouts/ai-translation-rule) + * [code-verify-system](pages/abouts/code-verify-system) +* Issues + * [The Mod Pathfinder](pages/issues/the-mod-pathfinder) + * [Some Situations Where You'd Be Like "Shit!"](pages/issues/the-shit-time) +* templates + * [Title](pages/templates/doc) -- cgit