From 1cd4a824b3bffbbdf391837288921d538438a751 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 17 Aug 2026 00:26:00 +0800 Subject: docs: split 0.5.0 roadmap into individual issue pages --- docs/dev/_sidebar.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/dev/_sidebar.md') diff --git a/docs/dev/_sidebar.md b/docs/dev/_sidebar.md index 03a0edf..cfb482a 100644 --- a/docs/dev/_sidebar.md +++ b/docs/dev/_sidebar.md @@ -1,10 +1,18 @@ - [Welcome!](README) * ❓ Issues - * [The Mingling 0.5.0 Roadmap](pages/issues/0.5.0-roadmap) * [[Solved] The Picker2 Arguments Parser](pages/issues/_add-picker2) * [[Solved] Remove r_print! and r_println! Macros](pages/issues/_remove-r-print-macro) * [[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) * [The Next-Gen Mingling Pipeline](pages/issues/the-next-pipeline) * [Some Situations Where You'd Be Like "Shit!"](pages/issues/the-shit-time) * 💡 Abouts -- cgit