@bandwidth/gitbook-plugin-parse-from-url

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @bandwidth/gitbook-plugin-parse-from-url

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.25 kB

Total Files

3

Last publish

Collaborators

  • mhamer-bw
  • jmulford-bandwidth
  • tbowen
  • zelitzsi
  • themikez
  • nguyer
  • developerhelp-bandwidth
  • cejohnson-bw