From abbabd9c55daa79b07cd9ba81037568958794a91 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 10 Jul 2026 16:23:18 +0800 Subject: chore(docs): rename dev-docs directory to dev Update sidebar link for remove-r-print-macro to use full description --- docs/dev/_sidebar.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/dev/_sidebar.md (limited to 'docs/dev/_sidebar.md') diff --git a/docs/dev/_sidebar.md b/docs/dev/_sidebar.md new file mode 100644 index 0000000..0c49615 --- /dev/null +++ b/docs/dev/_sidebar.md @@ -0,0 +1,10 @@ +- [Welcome!](README) +* Abouts + * [AI Translation Rule](pages/abouts/ai-translation-rule) + * [Markdown Code Verification System](pages/abouts/code-verify-system) +* Issues + * [Remove r_print! and r_println! Macros](pages/issues/remove-r-print-macro) + * [The Mod Pathfinder](pages/issues/the-mod-pathfinder) + * [Some Situations Where You'd Be Like "Shit!"](pages/issues/the-shit-time) +* Templates + * [Helpdoc Template](pages/templates/doc) -- cgit