aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/doc_nightly.sh
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-22 20:22:28 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-22 20:23:15 +0800
commitfe39e74efbdcca56e0edefa5bb3cabe2dae4135a (patch)
treeafa8ebda68138314b78d130fdd7c80356ba339eb /.run/src/bin/doc_nightly.sh
parenta64ff145c4454d4e8c088f4564679415895472b6 (diff)
feat(docs): add docsrs flag and unify doc scripts
Migrate existing doc scripts to call the deploy-api-docs tool, and add nightly variants that build with --cfg docsrs
Diffstat (limited to '.run/src/bin/doc_nightly.sh')
-rwxr-xr-x.run/src/bin/doc_nightly.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.run/src/bin/doc_nightly.sh b/.run/src/bin/doc_nightly.sh
new file mode 100755
index 0000000..10f9021
--- /dev/null
+++ b/.run/src/bin/doc_nightly.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+cargo dev_tool deploy-api-docs -- --docsrs --open