Skip to content

Commit 1bd3e7f

Browse files
committed
fix: fix sidebar exclude
1 parent 7b80193 commit 1bd3e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const editLinkPattern = `${repository.url}/edit/master/docs/:path`;
2121

2222
const commonSidebarOptions: VitePressSidebarOptions = {
2323
excludeFilesByFrontmatterFieldName: "hidden",
24-
excludeFolders: ["upgrade-parts"],
24+
excludePattern: ['upgrading-parts/**'],
2525
collapsed: false,
2626
collapseDepth: 4,
2727
capitalizeFirst: true,

0 commit comments

Comments
 (0)