gitbook-plugin-save-url-to-file 1.0.4 • Public • Published 7 years ago 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 "
}
]
}
/gitbook-plugin-save-url-to-file/ / gitbook-plugin-save-url-to-file /
Package Sidebar Install npm i gitbook-plugin-save-url-to-file
Downloads Weekly Downloads