kubernetes-handbook/gitbook-plugin-alerts/index.js

12 lines
164 B
JavaScript
Raw Normal View History

module.exports = {
book: {
assets: "./book",
js: [
"plugin.js"
],
css: [
"style.css"
]
}
};