From 03c4ccacd4ca90ad039a98692a1421107eb132c4 Mon Sep 17 00:00:00 2001 From: ZHANG PENG Date: Fri, 22 Mar 2024 15:07:10 +0800 Subject: [PATCH] modify chinese document about site config --- docs/zh/reference/site-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/reference/site-config.md b/docs/zh/reference/site-config.md index 56b46928..d0b5cf45 100644 --- a/docs/zh/reference/site-config.md +++ b/docs/zh/reference/site-config.md @@ -377,7 +377,7 @@ export default { - 类型:`string` - 默认值: `.` -markdown 页面的目录,相对于项目根目录。另请参阅[根目录和源目录](../guide/routing#root-and-source-directory)。 +相对于项目根目录的 markdown 文件所在的文件夹。另请参阅[根目录和源目录](../guide/routing#root-and-source-directory)。 ```ts export default { @@ -390,7 +390,7 @@ export default { - 类型:`string` - 默认值: `undefined` -用于匹配应作为源内容输出的 markdown 文件的 [全局模式](https://github.com/mrmlnc/fast-glob#pattern-syntax)。 +用于匹配应排除作为源内容输出的 markdown 文件,语法详见 [glob pattern](https://github.com/mrmlnc/fast-glob#pattern-syntax)。 ```ts export default {