aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* Update docs links and roadmap for upcoming releases魏曹先生2026-04-181-5/+11
* 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-155-0/+37
* Add documentation for Dispatcher, Chain, and Renderer魏曹先生2026-04-153-0/+226
* Update helpdoc badge to use "latest" instead of version number魏曹先生2026-04-141-1/+1
* Add helpdoc badge linking to GitHub Pages site魏曹先生2026-04-141-1/+4
* Add documentation for Mingling CLI framework魏曹先生2026-04-1413-0/+1526
* Move resource files to docs directory魏曹先生2026-04-145-0/+233