diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:19:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:19:04 +0800 |
| commit | 9113bf0fa1b60eaea4f4c3f9687b1c0e4f124715 (patch) | |
| tree | 9e5612fead34af00696e1369551d69820a1830ea /mingling_ci/help.txt | |
| parent | 021e04b9a65e43071c18dc4dbea4f4ac27318e20 (diff) | |
feat(ci-new): add refresh tools for docs, examples, and features
Add three utility commands to regenerate generated files:
- `docsify-refresh`: fix code-box blank lines and regenerate sidebars
- `example-refresh`: regenerate example docs module and examples index
- `features-refresh`: regenerate the features module from Cargo.toml
Diffstat (limited to 'mingling_ci/help.txt')
| -rw-r--r-- | mingling_ci/help.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mingling_ci/help.txt b/mingling_ci/help.txt index 9d80d2f..77d86d9 100644 --- a/mingling_ci/help.txt +++ b/mingling_ci/help.txt @@ -14,6 +14,11 @@ COMMANDS: show-features Print the docs.rs feature list of mingling show-manifests Print all crate paths that need to be checked + TOOLS: + example-refresh Regenerate example docs module and examples index + docsify-refresh Fix docsify code boxes and regenerate sidebars + features-refresh Regenerate the features module + TASKS: markdown-check <PATH> Verify rust code blocks in one markdown file markdown-check-all Verify rust code blocks in all configured markdown files |
