mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
update
This commit is contained in:
18
node_modules/@11ty/eleventy/docs-src/.eleventy.docs.js
generated
vendored
Normal file
18
node_modules/@11ty/eleventy/docs-src/.eleventy.docs.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
const TemplatePath = require("../src/TemplatePath");
|
||||
|
||||
module.exports = {
|
||||
templateFormats: ["njk"],
|
||||
dir: {
|
||||
input: "docs-src",
|
||||
data: "_data",
|
||||
output: "docs"
|
||||
},
|
||||
nunjucksFilters: {
|
||||
removeDir: function(str) {
|
||||
return TemplatePath.stripLeadingSubPath(
|
||||
str,
|
||||
TemplatePath.join(__dirname, "..")
|
||||
);
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user