aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* chore: bump version to 0.2.1 and switch deps to pathnext魏曹先生14 hours3-5/+5
|
* feat(docs): add Chinese and English documentation for Mingling tutorials魏曹先生18 hours45-9/+4363
| | | | | | | | Add comprehensive documentation covering Declare a Dispatcher, Declare a Chain, Rendering Results, Multi-Command Program, Argument Parsing with Picker and Clap, Program Setup, Error Handling, Help Info, Resource System, Exit Code Control, Hook System, Testing, Completion, Structural Rendering, and Core Concepts
* docs: document `// BUILD TIME` directive and `@@@` hidden compilation魏曹先生18 hours1-0/+44
| | | | lines
* docs: clean up code blocks and trailing whitespace in readme魏曹先生18 hours2-8/+6
|
* chore(docs): remove duplicate .gitignore files in pages dirs魏曹先生18 hours2-2/+0
|
* feat(css): set body line-height to 1.8 in both themes魏曹先生18 hours2-0/+2
|
* feat(docs): add @@@ hidden code block support for compile-tested魏曹先生29 hours4-24/+63
| | | | examples
* feat(examples): add pathf + dispatch tree combination example魏曹先生45 hours1-0/+19
|
* style(docs): trim trailing whitespace in code blocks魏曹先生47 hours2-50/+50
|
* docs(features): add pathf feature documentation魏曹先生2 days2-45/+103
|
* feat(docs): add Module Pathfinder example for the `pathf` feature魏曹先生3 days1-0/+18
|
* docs: Update mingling version references from 0.2 to 0.2.0魏曹先生3 days3-5/+5
|
* refactor(general_renderer): rename to structural_renderer魏曹先生5 days5-33/+33
|
* Rename internal docs魏曹先生8 days3-5/+205
|
* Add Mermaid diagram support魏曹先生8 days4-0/+2222
|
* Add compile-time duplicate variant detection魏曹先生8 days2-19/+19
| | | | | | Add duplicate variant checks for chain, renderer, help, and completion registrations to produce a clear compile error instead of silently generating unreachable code
* Add intro content and merge getting started page魏曹先生10 days8-69/+83
|
* Document `group!` and `pack_err!` macros for extra macros feature魏曹先生11 days2-0/+78
|
* Add example for outside type registration魏曹先生11 days1-1/+16
|
* Add `pack_err!` macro for error structs with automatic name field魏曹先生13 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
|