aboutsummaryrefslogtreecommitdiff
path: root/docs/pages
Commit message (Collapse)AuthorAgeFilesLines
* Restructure docs魏曹先生8 days5-771/+0
| | | | add template and interactive tutorial, update tool runner
* Rename injected renderer parameter from `r` to `__renderer_inner_result`Weicao-CatilGrass11 days1-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 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.
* 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