Skip to content

Commit 3c855a4

Browse files
committed
fix: Update fileRegex to include sidebar configuration in custom modes
1 parent 69ea54c commit 3c855a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.roomodes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ customModes:
2929
- read
3030
- command
3131
- - edit
32-
- fileRegex: \.(md|mdx)$
33-
description: Documentation files
32+
- fileRegex: (\.(md|mdx)$|sidebars\.ts$)
33+
description: Documentation files and sidebar configuration
3434
- mcp
3535
source: project

0 commit comments

Comments
 (0)