Skip to content

Commit 097f543

Browse files
Update generate-docs-index.js
1 parent b9328bd commit 097f543

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
@@ -1,6 +1,6 @@
11
const fs = require("fs");
22
const path = require("path");
3-
3+
44
const DOCS_DIR = path.join(__dirname, "..", "docs");
55
const OUTPUT_FILE = path.join(__dirname, "..", "docs-index.html");
66

0 commit comments

Comments
 (0)