node-apidoc-markdown
node-apidoc-markdown copied to clipboard
Generate API documentation in markdown from apidoc data
I get an error apidoc-markdown -p . -o text.rd undefined:25 throw err; ^ TypeError: ejs:30 28| 29| ``` >> 30| 31| 32| ### Headers 33| xdl Cannot convert undefined or...
[Template Literal](https://github.com/Drulac/template-literal) is fastest, smallest and simplest template engine, because it use JS's literal template feature. It's 55 times faster than EJS, and it also use less CPU and RAM...
Active?
Is this project still active? If not can you update the readme to point to my fork...
I'm still working on this, so I don't even really want you to merge it just yet, but I'd like for you to take a look at this.
Since the handling of various versions of endpoints doesn't seem to work, adding a cli api version parameter that allows only that api version to have markdown created.
With API documentation that is larger, the documentation runs long and going back to the top by scrolling sucks. Add link to go back to the top for each endpoint....
The markdown is not displaying the default values for parameters. PR incoming.
I'm failing to create the markdown from an api_data.json document that has an apiParam group value set. IE: @apiParam (URL) {String{1-64}} [foo=bar] foo bar I've narrowed it down to the...