aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add `pack_err!` macro for error structs with automatic name field魏曹先生11 days1-4/+20
|
* Update example descriptions with meaningful docs魏曹先生2026-06-151-20/+20
|
* Update example tags and fix tag typo魏曹先生2026-06-151-3/+5
|
* Replace Cascadia Code with JetBrains Mono across docs魏曹先生2026-06-155-7/+23
|
* Fix trailing whitespace in documentation files魏曹先生2026-06-154-49/+49
|
* Add Introduction, Getting Started, and Features docs魏曹先生2026-06-158-0/+686
|
* Remove outdated 2-1 diagram files魏曹先生2026-06-152-53/+0
|
* Add naming conventions documentation and update sidebarWeicao-CatilGrass2026-06-126-52/+253
|
* Add prev/next page navigation plugin and stylesWeicao-CatilGrass2026-06-125-0/+156
|
* Remove Chinese documentation files for initial versionWeicao-CatilGrass2026-06-128-1623/+15
|
* Update author name in docs templateWeicao-CatilGrass2026-06-101-1/+1
|
* Add favicon and replace icon across all pagesWeicao-CatilGrass2026-06-106-2/+4
|
* Update repository icon in READMEWeicao-CatilGrass2026-06-101-0/+0
|
* Update repository URLs to mingling-rs organizationWeicao-CatilGrass2026-06-105-7/+11
|
* Add full-todolist example projectWeicao-CatilGrass2026-06-091-0/+17
|
* Add LazyRes for lazy resource initialization魏曹先生2026-06-071-0/+14
|
* Add .name file support for custom sidebar directory display names魏曹先生2026-06-062-1/+2
|
* Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`魏曹先生2026-06-062-0/+202
|
* Fix Chinese doc link and rename English link text魏曹先生2026-06-052-2/+2
|
* Fix broken logo link in example-viewer.html魏曹先生2026-06-051-1/+1
|
* Add example pages and sync-examples tool for docs魏曹先生2026-06-0514-1203/+2318
|
* Add English documentation landing page and fix Chinese link魏曹先生2026-06-053-1/+117
|
* Rename index.html to doc.html魏曹先生2026-06-051-0/+0
|
* Rewrite README and update GitHub URL case魏曹先生2026-05-282-0/+0
|
* Fix indentation and update Chinese documentation contentWeicao-CatilGrass2026-05-273-76/+156
|
* Add Chinese tutorial for Step 1 of Mingling framework魏曹先生2026-05-2711-0/+1615
|
* Add click and drag support to progress bar魏曹先生2026-05-252-1/+39
|
* Restructure docs魏曹先生2026-05-2527-1554/+2050
| | | | add template and interactive tutorial, update tool runner
* Add implicit dispatcher macro with auto-derived names魏曹先生2026-05-241-2/+2
|
* Rename injected renderer parameter from `r` to `__renderer_inner_result`Weicao-CatilGrass2026-05-222-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
|