GitBook Plugin to add footer
Installation
npm install gitbook-plugin-headscript
Usage
add to book.json
{
"plugins": [
"headscript"
],
"pluginsConfig": {
"layout": {
"scriptPath" : "layouts/script.html"
}
}
}
GitBook Plugin to add footer
npm install gitbook-plugin-headscript
add to book.json
{
"plugins": [
"headscript"
],
"pluginsConfig": {
"layout": {
"scriptPath" : "layouts/script.html"
}
}
}
npm i gitbook-plugin-headscript
0
0.0.1
none