kubernetes-handbook/node_modules/gitbook-plugin-chapter-fold/index.js

12 lines
220 B
JavaScript
Raw Normal View History

2022-02-03 14:54:41 +08:00
module.exports = {
// Extend website resources and html
website: {
assets: "./book",
js: [
"chapter-fold.js"
],
css: [
"chapter-fold.css"
]
}
};