documentation
documentation copied to clipboard
:book: documentation for modern JavaScript
Adjust the arguments for usage.
# Information - Node.js version: 12.14.1 - npm version: 6.11.3 - Documentation.js version: 12.1.4 - Method of running: - Node.js / npm - Installed documentation.js globally using `npm install -g...
(Using v13.2.5) I'd like to set the favicon on my documentation. I see that I can do this with `--favicon myFavIcon.png` since https://github.com/documentationjs/documentation/pull/1207/commits/5b66910782e83eee4f9e8aa1d0528c681eba5d06 This does add the reference into index.html....
Support sorting by `memberof` - needed because `documentation` will start by sorting the whole collection of comment blocks and then it will create sections when encountering the first member of...
here is my first draft A plugin has to export: ```js export async function init(); export function parse(file, config, api); export function shallow(file); ``` I have included a small `mock_plugin.js`...
Results of running `npm run build` and assessing `npm test` on master. On master running `npm test` yields:  **Update**: above was resolved by running `npm ci` first so I...
Input code (as a markdown file referenced from documentation.yml): (I added `\` at the start of ``` lines to get Github Issues to leave them alone). ``` To use without...
What would be the best way to have documentationjs support `optionalChaining` again? It looks like it was removed in #1371. I recently upgraded documentation from 13.1.0 to 13.2.5 and some...
I've been enjoying this project thus far, but a recent PR has introduced `React.PropTypes` via Flow. A related project supports it, and I was trying to figure out if this...