diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-20 15:23:40 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-20 15:23:40 +0800 |
| commit | 7d0cb15f58a0bec5c9fa29757ee5007c0a78f287 (patch) | |
| tree | 8d4cecf805e4b2b9be357d8a513074850c5e7736 /docs/pages/3-features/1-parser.md | |
| parent | 998bbb8329d263f6da72c0eeffea76cef0e6f11b (diff) | |
Add async feature documentation
Add new async feature page and update sidebar and features list.
Rename section headers in parser and general renderer for consistency.
Expand completion documentation with usage and script generation
details.
Diffstat (limited to 'docs/pages/3-features/1-parser.md')
| -rw-r--r-- | docs/pages/3-features/1-parser.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/3-features/1-parser.md b/docs/pages/3-features/1-parser.md index 75a83d8..9c48cfd 100644 --- a/docs/pages/3-features/1-parser.md +++ b/docs/pages/3-features/1-parser.md @@ -17,7 +17,7 @@ mingling = { } ``` -## Intro +## Usage `parser` provides the ability to transform user input into structured data. Its core concept is **pick**. |
