Skip to content

Commit b36b1ac

Browse files
committed
fixup! build: add script to generate markdown docs for Context7
Sort guidelines array for deterministic index generation Addresses review feedback from @coderabbitai
1 parent ee506ac commit b36b1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-context7-docs.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function generateIndexFile() {
139139
const stat = fs.statSync(path.join(guidelinesDir, item));
140140

141141
return stat.isDirectory();
142-
})
142+
}).sort()
143143
: [];
144144

145145
let content = `# Lime Elements Documentation

0 commit comments

Comments
 (0)