1.0.4 • Published 6 years ago

gitbook-plugin-parse-from-url v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

gitbook-plugin-parse-from-url

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" : [
  "parse-from-url"
]

Plugins Config

"parseUrls" : {
  "urls": [
    {
      "url": "https://api.github.com/orgs/BandwidthExamples/repos",
      "dest": "howto/deployableDemos.md",
      "mapping": "github-names.json"
    }
  ]
}