Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Bandwidth/gitbook-plugin-save-url-to-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gitbook plugin to save urls to specific files

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •