Files
6.S081-All-in-one/node_modules/gitbook-plugin-chapter-fold/index.js
2021-08-18 21:44:20 +08:00

12 lines
220 B
JavaScript

module.exports = {
// Extend website resources and html
website: {
assets: "./book",
js: [
"chapter-fold.js"
],
css: [
"chapter-fold.css"
]
}
};