aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/advanced
Commit message (Collapse)AuthorAgeFilesLines
* docs: migrate renderer examples to buffer macro and update docs魏曹先生3 days1-10/+8
| | | | | | | | Update all documentation and code examples to use the new `#[renderer(buffer)]` pattern with `r_println!` instead of manually constructing `RenderResult` with `writeln!`.
* fix!: rename `Groupped` to `Grouped` across the codebase魏曹先生4 days1-2/+2
|
* ix(macros)!: require explicit `.into()` on chain function return values魏曹先生5 days1-1/+1
|
* docs: migrate renderers from `r_println!` to `RenderResult` return type魏曹先生12 days1-4/+8
|
* feat(docs): add Chinese and English documentation for Mingling tutorials魏曹先生2026-06-303-0/+204
Add comprehensive documentation covering Declare a Dispatcher, Declare a Chain, Rendering Results, Multi-Command Program, Argument Parsing with Picker and Clap, Program Setup, Error Handling, Help Info, Resource System, Exit Code Control, Hook System, Testing, Completion, Structural Rendering, and Core Concepts