diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-15 13:30:56 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-15 13:30:56 +0800 |
| commit | 23f8008778bfb7a0e74f9eed3d15bee1383eed0b (patch) | |
| tree | 11132fee44bac14035a9e4d5a19756e72cf450d7 /docs/pages/3-features.md | |
| parent | 6f3158896977a60c7c886c0960c8f9c0f2f0b2d9 (diff) | |
Add Features section to documentation
Diffstat (limited to 'docs/pages/3-features.md')
| -rw-r--r-- | docs/pages/3-features.md | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ +<h1 align="center">Mingling's Features</h1> +<p align="center"> + Table of Contents +</p> + +--- + +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 | |
