gitbook-plugin-save-url-to-file

1.0.4 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i gitbook-plugin-save-url-to-file

Weekly Downloads

10

Version

1.0.4

License

MIT

Unpacked Size

2.92 kB

Total Files

4

Last publish

Collaborators

  • dtolb