Skip to content

Commit

Permalink
build: update generate-doc-table script
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 18, 2019
1 parent ede2842 commit 2bd4f8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/generate-doc-table
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ const xform = tx.comp(

const packages = tx.transduce(xform, tx.push(), fs.readdirSync(baseDir));

fs.writeFileSync("docs.html", "<!DOCTYPE html>\n" + h.serialize(
fs.writeFileSync("docs.html", h.serialize(
[
["!DOCTYPE", "html"],
["html", { lang: "en" },
["head",
["title", "docs.thi.ng"],
Expand Down

0 comments on commit 2bd4f8c

Please sign in to comment.