rebuild docs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
.cache/
|
.cache/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
dist/
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB |
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
895
docs/index.html
895
docs/index.html
File diff suppressed because one or more lines are too long
@ -68,8 +68,7 @@ for (const snippetFile of fs.readdirSync(SNIPPETS_PATH)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// doctype declaration gets stripped, add it back in
|
// doctype declaration gets stripped, add it back in
|
||||||
const html = `
|
const html = `<!DOCTYPE html>
|
||||||
<!DOCTYPE html>
|
|
||||||
${pretty(document.documentElement.outerHTML, { ocd: true })}
|
${pretty(document.documentElement.outerHTML, { ocd: true })}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user