From fe39e74efbdcca56e0edefa5bb3cabe2dae4135a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 22 Jul 2026 20:22:28 +0800 Subject: 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 --- .run/src/bin/doc_nightly.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .run/src/bin/doc_nightly.sh (limited to '.run/src/bin/doc_nightly.sh') 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 -- cgit