aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite README and update GitHub URL case魏曹先生5 days2-0/+0
|
* Fix indentation and update Chinese documentation contentWeicao-CatilGrass6 days3-76/+156
|
* Add Chinese tutorial for Step 1 of Mingling framework魏曹先生6 days11-0/+1615
|
* Add click and drag support to progress bar魏曹先生8 days2-1/+39
|
* Restructure docs魏曹先生8 days27-1554/+2050
| | | | add template and interactive tutorial, update tool runner
* Add implicit dispatcher macro with auto-derived names魏曹先生9 days1-2/+2
|
* Rename injected renderer parameter from `r` to `__renderer_inner_result`Weicao-CatilGrass12 days2-2/+2
|
* Bump version to 0.1.9魏曹先生2026-05-183-3/+3
|
* Switch mingling_core and mingling_macros to use published crate versions0.1.8Weicao-CatilGrass2026-05-181-1/+1
|
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-176-28/+28
|
* Update architecture diagram and increase image width to 100%Weicao-CatilGrass2026-05-173-137/+202
|
* Add pixel icon assets for core libWeicao-CatilGrass2026-05-172-0/+0
|
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-095-67/+79
|
* Fix variable reassignment in handle_greet_entry function魏曹先生2026-05-072-4/+2
|
* Update mingling from 0.1.7 to 0.1.8魏曹先生2026-05-073-3/+3
|
* Update project icon to pixel art versionWeicao-CatilGrass2026-05-054-2/+2
|
* Add day/night theme switching and GitHub corner to docs魏曹先生2026-05-046-41/+269
|
* Update docsify theme color to orange魏曹先生2026-05-042-33/+1050
|
* Add documentation for Picker, help display, and shell completion魏曹先生2026-05-0412-2/+762
|
* Fix the resource path issue on the English documentation entry page.魏曹先生2026-05-031-1/+1
|
* Add tool to fix blank lines around code blocks in Markdown魏曹先生2026-05-034-98/+98
|
* Replace docs README with static documentation pages魏曹先生2026-05-032-261/+13
|
* Generate translation sidebars and refactor sidebar generation魏曹先生2026-05-031-2/+2
|
* Restructure Chinese documentation into dedicated subdirectory魏曹先生2026-05-038-2/+80
|
* Update roadmap with completed v0.1.7 milestones魏曹先生2026-05-031-31/+31
|
* Add documentation for fallback mechanisms魏曹先生2026-05-023-0/+279
|
* Rename and update "Get Started" to "Creating your first Program"魏曹先生2026-05-013-8/+9
|
* Fix README examples to use AsPicker trait instead of Picker魏曹先生2026-05-011-5/+3
|
* Add docsify sidebar generation tool and update Chinese docs魏曹先生2026-04-282-2/+3
|
* Rebuild and rewrite the documentation site infrastructure魏曹先生2026-04-2825-1179/+1203
|
* Simplify Picker API by removing generic parameter and route types魏曹先生2026-04-281-30/+30
|
* Add global resource system to Program魏曹先生2026-04-271-0/+50
|
* Add simple CLI example to README魏曹先生2026-04-271-1/+47
|
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-272-3/+0
|
* Update README example to use new v0.1.7 API featuresWeicao-CatilGrass2026-04-261-21/+67
|
* Update project description and example doc orderingWeicao-CatilGrass2026-04-262-4/+1
|
* Fix version number typo for Clap Parser Support魏曹先生2026-04-261-1/+1
|
* Complete clap_parser macro and update changelog, readme魏曹先生2026-04-252-1/+7
|
* Refactor picker to return single values instead of single-element tuples魏曹先生2026-04-251-1/+1
|
* Add async example demonstrating tokio integration魏曹先生2026-04-252-4/+5
|
* Add docsify flexible alerts plugin and update callout syntaxWeicao-CatilGrass2026-04-245-6/+20
|
* Add workspace configuration and update dependencies魏曹先生2026-04-222-1/+13
|
* Sync README.md魏曹先生2026-04-221-1/+1
|
* Update version badge to 0.1.6魏曹先生2026-04-201-1/+1
|
* Update example to use synchronous program execution魏曹先生2026-04-201-3/+2
|
* Add async feature documentation魏曹先生2026-04-206-2/+121
| | | | | | | 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-199-65/+47
|