aboutsummaryrefslogtreecommitdiff
path: root/docs/pages
Commit message (Expand)AuthorAgeFilesLines
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days2-9/+9
* Add compile-time duplicate variant detection魏曹先生7 days1-9/+9
* Add intro content and merge getting started page魏曹先生8 days2-32/+7
* Document `group!` and `pack_err!` macros for extra macros feature魏曹先生10 days1-0/+39
* Fix trailing whitespace in documentation files魏曹先生2026-06-152-25/+25
* Add Introduction, Getting Started, and Features docs魏曹先生2026-06-153-0/+340
* Add naming conventions documentation and update sidebarWeicao-CatilGrass2026-06-122-0/+201
* Restructure docs魏曹先生2026-05-255-771/+0
* Rename injected renderer parameter from `r` to `__renderer_inner_result`Weicao-CatilGrass2026-05-221-1/+1
* Bump version to 0.1.9魏曹先生2026-05-181-1/+1
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-173-14/+14
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-092-46/+46
* Fix variable reassignment in handle_greet_entry function魏曹先生2026-05-071-2/+1
* Update mingling from 0.1.7 to 0.1.8魏曹先生2026-05-071-1/+1
* Add documentation for Picker, help display, and shell completion魏曹先生2026-05-045-0/+377
* Add tool to fix blank lines around code blocks in Markdown魏曹先生2026-05-032-51/+51
* Restructure Chinese documentation into dedicated subdirectory魏曹先生2026-05-032-395/+0
* Add documentation for fallback mechanisms魏曹先生2026-05-022-0/+278
* Rename and update "Get Started" to "Creating your first Program"魏曹先生2026-05-012-6/+6
* Add docsify sidebar generation tool and update Chinese docs魏曹先生2026-04-281-1/+1
* Rebuild and rewrite the documentation site infrastructure魏曹先生2026-04-2815-1163/+491
* Simplify Picker API by removing generic parameter and route types魏曹先生2026-04-281-30/+30
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-271-2/+0
* Complete clap_parser macro and update changelog, readme魏曹先生2026-04-251-0/+6
* Refactor picker to return single values instead of single-element tuples魏曹先生2026-04-251-1/+1
* Add async example demonstrating tokio integration魏曹先生2026-04-251-4/+4
* Add docsify flexible alerts plugin and update callout syntaxWeicao-CatilGrass2026-04-244-6/+4
* Update example to use synchronous program execution魏曹先生2026-04-201-3/+2
* Add async feature documentation魏曹先生2026-04-205-2/+120
* Add intro section and remove phantom renderers from docs魏曹先生2026-04-202-24/+6
* Add documentation for the general_renderer feature魏曹先生2026-04-191-0/+70
* Fix macro registration in basic tutorial docs魏曹先生2026-04-192-2/+2
* Remove async runtime requirement from examples魏曹先生2026-04-197-58/+41
* Update example command name from mycmd to fruit魏曹先生2026-04-151-5/+5
* Add parser feature documentation with comprehensive example魏曹先生2026-04-151-0/+374
* Add Features section to documentation魏曹先生2026-04-154-0/+32
* Add documentation for Dispatcher, Chain, and Renderer魏曹先生2026-04-153-0/+226
* Add documentation for Mingling CLI framework魏曹先生2026-04-147-0/+399