gitbook-plugin-save-url-to-file
v1.0.4
Published
save urls to file
Downloads
6
Readme
gitbook-plugin-save-url-to-file
Add to the book.json
the urls
you want to save. Each url is an object with the url and the destination file name.
The url
from the object will be save to the dest
specified.
plugins
"plugins" : [
"save-url-to-file"
]
Plugins Config
"saveUrls" : {
"urls": [
{
"url": "https://test.dashboard.bandwidth.com/apidocs/errors.html",
"dest": "errors.html"
},
{
"url": "https://test.dashboard.bandwidth.com/apidocs/raml/iris.min.raml",
"dest": "raml/iris.min.raml"
}
]
}