From c0dbb769b53010944e42e04b554d996f302f412b Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Thu, 11 Jun 2026 19:01:24 +0800 Subject: Refactor test-readme into generic docs code block verifier --- verified-docs.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 verified-docs.toml (limited to 'verified-docs.toml') diff --git a/verified-docs.toml b/verified-docs.toml new file mode 100644 index 0000000..d66967f --- /dev/null +++ b/verified-docs.toml @@ -0,0 +1,7 @@ +# Files marked in the following document, +# all rust code blocks inside will be verified in CI to ensure they can compile + +[verified] +readme = "./README.md" +documents_en_us = "./docs/pages/**" +documents_zh_cn = "./docs/_zh_CN/pages/**" -- cgit