Skip to content

istex/gitbook-plugin-add-js-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gitbook Plugin for custom-js-css

Usage

Add the plugin to your book.json:

{
  "plugins": ["add-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:

"pluginsConfig": {
  "add-js-css": {
    "js": [
      "./my/my.js"
    ],
    "css": [
      "./my/my.css"
    ]
  }
}

License

Apache 2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published