An open API service indexing awesome lists of open source software.

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

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"
]
}
}
}
```