Skip to content

Commit 1a27e26

Browse files
authored
Include subdirs in jekyll config
1 parent 16a01a5 commit 1a27e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
theme: jekyll-theme-cayman
22
include:
3-
- "docs/api/_*_.md"
4-
- "docs/api/_*_.*.md"
3+
- "docs/api/**/_*_.md"
4+
- "docs/api/**/_*_.*.md"

0 commit comments

Comments
 (0)