# gitbook-plugin-custom-js-css **Repository Path**: wang-tian-feng/gitbook-plugin-custom-js-css ## Basic Information - **Project Name**: gitbook-plugin-custom-js-css - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-21 - **Last Updated**: 2023-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: github导入 ## README Gitbook Plugin for custom-js-css ============== ## Usage Add the plugin to your `book.json`: ```json { "plugins": ["custom-js-css"] } ``` ## Options put your js file and css file in the current book folder,for example in my book folder,the `my.js` and `my.css` in `my` folder is my custom js and css.and below is the option: ```json "pluginsConfig": { "custom-js-css": { "js": [ "./my/my.js" ], "css": [ "./my/my.css" ] } } ``` ## License Apache 2