aboutsummaryrefslogtreecommitdiff
path: root/verified-docs.toml
diff options
context:
space:
mode:
Diffstat (limited to 'verified-docs.toml')
-rw-r--r--verified-docs.toml7
1 files changed, 7 insertions, 0 deletions
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/**"