Skip to content

Commit bfe4f07

Browse files
authored
chore: add mise-toolkit to exclusion list for docs sync (#1458)
1 parent 96df946 commit bfe4f07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/docs/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func main() {
2727
exclusionList := []string{
2828
filepath.Join(*outDir, "getting-started.mdx"),
2929
filepath.Join(*outDir, "_meta.tsx"),
30+
filepath.Join(*outDir, "mise-toolkit.mdx"),
3031
}
3132

3233
if _, err := removeDocs(*outDir, exclusionList); err != nil {

0 commit comments

Comments
 (0)