Skip to content

Commit 120a30c

Browse files
Update generate-docs-index.js
1 parent 25e58d8 commit 120a30c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate-docs-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const RAW_BASE =
88
"https://raw.githubusercontent.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-hardware-programming-docs/master/docs/";
99

1010
function generate() {
11-
const files = fs.readdirSync(DOCS_DIR)
11+
const files = fs.readdirSync(DOCS_DIR)
1212
.filter(f => f.endsWith(".md"));
1313

1414
const links = files.map(f => {

0 commit comments

Comments
 (0)