Skip to content

Commit

Permalink
fixed typo in buildDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Campbell authored and Cameron Campbell committed May 18, 2024
1 parent c2420f0 commit a5d367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/buildDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Bun.write(`${root}/docs/docs.json`, JSON.stringify(allJsDocData, null, 2))
await rmdir(docsSitePages, { recursive: true })
await mkdir(docsSitePages, { recursive: true })
await Bun.write(`${docsSitePages}/_meta.json`, JSON.stringify({
"guides": { typr: "page", title: "Guides" },
"guides": { type: "page", title: "Guides" },
"cloud": { type: "page", title: "Cloud APIs" },
"classic": { type: "page", title: "Classic APIs" },
}, null, 4))
Expand Down

0 comments on commit a5d367d

Please sign in to comment.