@bandwidth/gitbook-plugin-parse-from-url
v1.0.0
Published
parses data from a url and saves it to a markdown file
Maintainers
Keywords
Readme
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"
}
]
}