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