From 29aac51928573b7fc58fc7fe151acaaa187889c5 Mon Sep 17 00:00:00 2001
From: 魏曹先生 <1992414357@qq.com>
Date: Sat, 18 Apr 2026 00:51:22 +0800
Subject: Update docs links and roadmap for upcoming releases
---
README.md | 16 +++++++++++-----
docs/README.md | 16 +++++++++++-----
2 files changed, 22 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index fb6a9b8..4e640bf 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
-
+
@@ -25,7 +25,7 @@
> [!WARNING]
>
> **Note**: Mingling is still under active development, and its API may change. Feel free to try it out and give us feedback!
-> **Hint**: This note will be removed in version `0.2.0`
+> **Hint**: This note will be removed in version `0.5.0`
## Contents
@@ -131,16 +131,22 @@ The Mingling project consists of two main parts:
You can read the following docs to learn more about the `Mingling` framework:
+- Check out **[Mingling Helpdoc](https://catilgrass.github.io/mingling/)** to learn the basics.
- 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.
+- Check out **[Mingling Docs](https://docs.rs/mingling/latest/mingling/)** to learn how to use the macro system and explore the full API.
## Roadmap
- [x] core: \[[0.1.4](https://docs.rs/mingling/0.1.4/mingling/)\] General Renderers *( Json, Yaml, Toml, Ron )*
- [x] core: \[[0.1.5](https://docs.rs/mingling/0.1.5/mingling/)\] Completion *( Bash Zsh Fish Pwsh )*
-- [ ] core: \[**0.2.0**\] Parallel Chains
-- [ ] \[**0.2.1**\] Helpdoc
+- [ ] \[**0.1.6**\] Smarter Completion Suggest Generation
+- [ ] \[**0.1.7**\] Clap Parser Support
+- [ ] \[**0.1.8**\] Faster Dispatcher
+- [ ] \[**0.1.9**\] Helpdoc Generation
+- [ ] \[**0.1.9**\] Debug Toolkits (InvokeStackDisplay ...)
+- [ ] ...
- [ ] \[**unplanned**\] Parser Theme
+- [ ] core: \[**unplanned**\] Parallel Chains
- [ ] ...
## Unplanned Features
diff --git a/docs/README.md b/docs/README.md
index 6e96645..016a4f7 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -13,7 +13,7 @@
-
+
@@ -25,7 +25,7 @@
> [!WARNING]
>
> **Note**: Mingling is still under active development, and its API may change. Feel free to try it out and give us feedback!
-> **Hint**: This note will be removed in version `0.2.0`
+> **Hint**: This note will be removed in version `0.5.0`
## Contents
@@ -131,16 +131,22 @@ The Mingling project consists of two main parts:
You can read the following docs to learn more about the `Mingling` framework:
+- Check out **[Mingling Helpdoc](https://catilgrass.github.io/mingling/)** to learn the basics.
- 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.
+- Check out **[Mingling Docs](https://docs.rs/mingling/latest/mingling/)** to learn how to use the macro system and explore the full API.
## Roadmap
- [x] core: \[[0.1.4](https://docs.rs/mingling/0.1.4/mingling/)\] General Renderers *( Json, Yaml, Toml, Ron )*
- [x] core: \[[0.1.5](https://docs.rs/mingling/0.1.5/mingling/)\] Completion *( Bash Zsh Fish Pwsh )*
-- [ ] core: \[**0.2.0**\] Parallel Chains
-- [ ] \[**0.2.1**\] Helpdoc
+- [ ] \[**0.1.6**\] Smarter Completion Suggest Generation
+- [ ] \[**0.1.7**\] Clap Parser Support
+- [ ] \[**0.1.8**\] Faster Dispatcher
+- [ ] \[**0.1.9**\] Helpdoc Generation
+- [ ] \[**0.1.9**\] Debug Toolkits (InvokeStackDisplay ...)
+- [ ] ...
- [ ] \[**unplanned**\] Parser Theme
+- [ ] core: \[**unplanned**\] Parallel Chains
- [ ] ...
## Unplanned Features
--
cgit