From 23f8008778bfb7a0e74f9eed3d15bee1383eed0b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 15 Apr 2026 13:30:56 +0800 Subject: Add Features section to documentation --- docs/pages/3-features.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create 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 new file mode 100644 index 0000000..04774ac --- /dev/null +++ b/docs/pages/3-features.md @@ -0,0 +1,14 @@ +
+ 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 | -- cgit