From db84beb600532f2366babd9a6563214bee1f3732 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 17 Aug 2026 05:51:36 +0800 Subject: docs(sidebar): mark completed issues and reorder them --- docs/dev/_sidebar.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/dev/_sidebar.md') diff --git a/docs/dev/_sidebar.md b/docs/dev/_sidebar.md index cfb482a..e0a77d3 100644 --- a/docs/dev/_sidebar.md +++ b/docs/dev/_sidebar.md @@ -1,15 +1,15 @@ - [Welcome!](README) * ❓ Issues * [[Solved] The Picker2 Arguments Parser](pages/issues/_add-picker2) + * [[T1] Modify the dispatcher! Syntax](pages/issues/_modify-dispatcher-syntax) + * [[T0] Remove the pack! Family of Macros](pages/issues/_remove-pack-macros) + * [[T0] Remove the parser Feature](pages/issues/_remove-parser-feature) * [[Solved] Remove r_print! and r_println! Macros](pages/issues/_remove-r-print-macro) + * [[T0] Remove with_dispatcher and with_dispatchers](pages/issues/_remove-with-dispatcher) * [[Solved] The Command Macro](pages/issues/_the-command-macro) * [[Solved] The Mod Pathfinder](pages/issues/_the-mod-pathfinder) * [[T0] Generalize the REPL System](pages/issues/t0_generalize-repl-system) - * [[T0] Remove the pack! Family of Macros](pages/issues/t0_remove-pack-macros) - * [[T0] Remove the parser Feature](pages/issues/t0_remove-parser-feature) - * [[T0] Remove with_dispatcher and with_dispatchers](pages/issues/t0_remove-with-dispatcher) * [[T1] Higher-Level Abstractions for the Completion System](pages/issues/t1_completion-higher-level-abstractions) - * [[T1] Modify the dispatcher! Syntax](pages/issues/t1_modify-dispatcher-syntax) * [[T1] Move structural_renderer from mingling_core to mingling](pages/issues/t1_move-structural-renderer) * [[T1] The pathf_export Attribute Macro](pages/issues/t1_pathf-export-macro) * [[T2] Automated dispatcher_tree Optimization Decisions](pages/issues/t2_automated-dispatch-tree-optimization) -- cgit