aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/pages/abouts
Commit message (Collapse)AuthorAgeFilesLines
* refactor: parallelize example builds in test-examples tool魏曹先生22 hours1-1/+6
| | | | | | Split test-examples into two phases: build all examples in parallel first, then run tests serially against pre-built binaries. Abort on any build failure instead of skipping tests for that example.
* refactor: move example tests into per-example test.toml files魏曹先生22 hours1-10/+14
| | | | | | Replace the centralized `examples/test-examples.toml` with individual `test.toml` files in each example directory, updating the test runner and related documentation accordingly.
* ci: Refactor CI workflows into single check matrix魏曹先生3 days1-20/+31
| | | | | | Replace the separate code/docs CI jobs and local check flags with a unified `--check-*` flag system, enabling each check to run independently across a platform matrix.
* docs: add API documentation deployment section to CI docs魏曹先生2026-07-171-9/+26
|
* docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site魏曹先生2026-07-102-0/+89
| | | | | | Replace relative file links with absolute URLs and add centered page headers to the migrated docs. Update the dev sidebar to include the new pages.
* docs(dev): Add emoji icons and restructure sidebar layout魏曹先生2026-07-101-1/+1
|
* chore(docs): rename dev-docs directory to dev魏曹先生2026-07-103-0/+359
Update sidebar link for remove-r-print-macro to use full description