From 85ee549f68449bc70a7f1271a93ad26a8207ee40 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 28 Apr 2026 22:39:59 +0800 Subject: Rebuild and rewrite the documentation site infrastructure --- docs/pages/3-features.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/pages/3-features.md (limited to 'docs/pages/3-features.md') diff --git a/docs/pages/3-features.md b/docs/pages/3-features.md deleted file mode 100644 index a2eac63..0000000 --- a/docs/pages/3-features.md +++ /dev/null @@ -1,15 +0,0 @@ -
- Table of Contents -
- ---- - -Mingling provides the following features for use: - -| Feature | Description | -| :--- | :--- | -| [Parser](./pages/3-features/1-parser) | Converts user input into structured data | -| [General Renderer](./pages/3-features/2-general-renderer) | Enables the `Renderer` to support serialization into different output formats | -| [Completion](./pages/3-features/3-comp) | Enables the program to support dynamic command-line completion | -| [Async](./pages/3-features/4-async) | Provides async execution capabilities | -- cgit