docker
docker copied to clipboard
Documentation generator
My repo's with docker in the package-lock are showing a security vulnerability for marked < 0.3.9: - https://nvd.nist.gov/vuln/detail/CVE-2017-17461 - https://nvd.nist.gov/vuln/detail/CVE-2017-1000427 The dependency is `docker > dox@^0.8.0 > marked` [email protected] switched...
Show @typedef and @returns JSDoc comments when running JS files through Docker.
I wanted to suggest that the languages configuration be called out in the README a little more. I also wanted to ask three questions which I don't think the documentation...
First, thanks for the library, been using it for a while. I just wanted to document this problem I ran into, even though it's for the last version and from...
Your docker npm module clashes with the docker cli from docker.io is there anyway i can remap your name to something like docker-docs
I'm coming from Docco so maybe my syntax is suspect... I want to write `See [myFunction](somefile.js.html#myfunction)` but docker is adding ".html" to the `href`: `See myFunction` Is this a bug?...
I'would like to add support for inline tag `{@link []}` which should be replaced by a link with the optional title to the target. The target itself may be -...
Thanks for a good documentation system! A very good blend between flexibility, simplicity and structure. I am looking at using docker in some projects but as I like to have...
Hi, I have some problem with the Markdown syntax and the CoffeeScript comments syntax. When I have something like that: ``` ### ## My Title ### ``` It will generate...