From 3bb5afcbe01ad16293a66084dc1ad35f3378a833 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 9 Apr 2026 15:39:54 +0800 Subject: Update roadmap and documentation links --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1292c88..b53b142 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,16 @@ The Mingling project consists of two main parts: You can read the following docs to learn more about the `Mingling` framework: -- Check out **[mingling/README.md](mingling/README.md)** to learn about the core library. +- Check out **[Mingling Examples](examples/)** to learn about the core library. - Check out **[mingling_macros/README.md](mingling_macros/README.md)** to learn how to use the macro system. ## Roadmap -- [ ] Parallel Chains ( Parallel\ ) -- [x] General Renderers ( Json, Yaml, Toml, Ron ) -- [ ] Completion +- [ ] core: \[**unplanned**\] Parallel Chains +- [x] core: \[[0.1.4](https://docs.rs/mingling/0.1.4/mingling/)\] General Renderers *( Json, Yaml, Toml, Ron )* +- [ ] core: \[**0.1.5**\] Completion *( Bash Zsh Fish Pwsl )* +- [ ] \[**unplanned**\] Helpdoc +- [ ] \[**unplanned**\] Parser Theme - [ ] ... ## License -- cgit