aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/src/tools.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-18 11:19:04 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-18 11:19:04 +0800
commit9113bf0fa1b60eaea4f4c3f9687b1c0e4f124715 (patch)
tree9e5612fead34af00696e1369551d69820a1830ea /mingling_ci/src/tools.rs
parent021e04b9a65e43071c18dc4dbea4f4ac27318e20 (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/src/tools.rs')
-rw-r--r--mingling_ci/src/tools.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_ci/src/tools.rs b/mingling_ci/src/tools.rs
new file mode 100644
index 0000000..13c2ec4
--- /dev/null
+++ b/mingling_ci/src/tools.rs
@@ -0,0 +1,3 @@
+pub(crate) mod docsify_refresh;
+pub(crate) mod example_refresh;
+pub(crate) mod features_refresh;