clean doc artifacts
This commit is contained in:
parent
a89e8cd405
commit
e3b0861b8a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ function generate(pathname) {
|
||||||
generate(pathname + "/" + filename)
|
generate(pathname + "/" + filename)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
else if (!pathname.match(/tutorials|archive/)) {
|
else if (!pathname.match(/tutorials|archive|guides|methods/)) {
|
||||||
if (pathname.match(/\.md$/)) {
|
if (pathname.match(/\.md$/)) {
|
||||||
var outputFilename = pathname.replace(/\.md$/, ".html")
|
var outputFilename = pathname.replace(/\.md$/, ".html")
|
||||||
var markdown = fs.readFileSync(pathname, "utf-8")
|
var markdown = fs.readFileSync(pathname, "utf-8")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue