We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25363e0 commit 7a9b83cCopy full SHA for 7a9b83c
1 file changed
docs/.vitepress/config.js
@@ -114,7 +114,7 @@ function listNestedDocDirs(project) {
114
115
return fs
116
.readdirSync(dir, { withFileTypes: true })
117
- .filter((entry) => entry.isDirectory() && !entry.name.startsWith("_"))
+ .filter((entry) => entry.isDirectory())
118
.map((entry) => entry.name)
119
.filter((name) => listMarkdownFiles(project, name).length > 0)
120
.sort();
0 commit comments