https://github.com/gitbookio/plugin-scripts
Include scripts in your GitBook
https://github.com/gitbookio/plugin-scripts
Last synced: 9 months ago
JSON representation
Include scripts in your GitBook
- Host: GitHub
- URL: https://github.com/gitbookio/plugin-scripts
- Owner: GitbookIO
- Created: 2016-01-28T08:47:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T07:52:39.000Z (almost 8 years ago)
- Last Synced: 2025-04-21T18:52:26.524Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 15
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Include JS scripts in your GitBook
This plugins makes it easier to include a list of scripts into your GitBook.
### Usage and configuration
```js
{
"plugins": ["scripts"],
"pluginsConfig": {
"scripts": {
"files": [
"./myscript.js"
]
}
}
}
```