Skip to content

Commit f4a90a0

Browse files
committed
update useage
1 parent f9c7436 commit f4a90a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ Or, full configuration:
4141
plugins:
4242
- recently-updated:
4343
limit: 10 # Limit the number of docs displayed
44-
exclude: # List of excluded files
44+
exclude: # List of excluded files (support unix shell-style wildcards)
4545
- index.md # Exclude specific file
46+
- '*/index.md' # Exclude all index.md files in any subfolders
4647
- blog/* # Exclude all files in blog folder, including subfolders
4748
```
4849

README_zh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ plugins:
4141
plugins:
4242
- recently-updated:
4343
limit: 10 # 限制显示的文档数量
44-
exclude: # 排除文件列表
44+
exclude: # 排除文件列表(支持 unix shell 样式的通配符)
4545
- index.md # 排除指定文件
46+
- '*/index.md' # 排除所有子目录下的 index.md 文件
4647
- blog/* # 排除 blog 目录下所有文件,包括子目录
4748
```
4849

0 commit comments

Comments
 (0)