gitbook-plugin-parse-from-url

1.0.4 • 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",
      "mapping": "github-names.json"
    }
  ]
}

/gitbook-plugin-parse-from-url/

    Package Sidebar

    Install

    npm i gitbook-plugin-parse-from-url

    Weekly Downloads

    6

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    4.7 kB

    Total Files

    3

    Last publish

    Collaborators

    • developerhelp-bandwidth