Address comments; clean docs dir before build.
This commit is contained in:
@@ -2,6 +2,8 @@ const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
|
||||
|
||||
module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.addPlugin(syntaxHighlight);
|
||||
eleventyConfig.addPassthroughCopy("docs-src/docs.css");
|
||||
eleventyConfig.addPassthroughCopy("docs-src/.nojekyll");
|
||||
return {
|
||||
dir: {
|
||||
input: "docs-src",
|
||||
|
||||
Reference in New Issue
Block a user