diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-27 22:53:32 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-27 22:53:32 +0800 |
| commit | 176fcf6fb761cb42ab25ebf447ee226955c54fef (patch) | |
| tree | 3239c3af97d95faa9be23d99a5fe7d881cebed1a /.config/verified-docs.toml | |
| parent | e88fd90b6daae40e9ef5d4b0d54a81ebd7142ebe (diff) | |
chore: move config files to .config directory0.3.0
Diffstat (limited to '.config/verified-docs.toml')
| -rw-r--r-- | .config/verified-docs.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/verified-docs.toml b/.config/verified-docs.toml new file mode 100644 index 0000000..f3b1f85 --- /dev/null +++ b/.config/verified-docs.toml @@ -0,0 +1,8 @@ +# 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" +getting_started = "./GETTING_STARTED.md" +documents_en_us = "./docs/pages/**" +documents_zh_cn = "./docs/_zh_CN/pages/**" |
