aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/_sidebar.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-17 00:26:00 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-17 00:40:37 +0800
commit1cd4a824b3bffbbdf391837288921d538438a751 (patch)
treea8ea0cf092d7862d15018e434c0af9707a67db94 /docs/dev/_sidebar.md
parent62d2f8637da3274fc22debb62b79f15e521d503e (diff)
docs: split 0.5.0 roadmap into individual issue pages
Diffstat (limited to 'docs/dev/_sidebar.md')
-rw-r--r--docs/dev/_sidebar.md10
1 files changed, 9 insertions, 1 deletions
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