| 10 | const documentjsCliArgs = '-f md --shallow --markdown-toc=false --sort-order=alpha' |
| 11 | |
| 12 | const helperMarkDownFile = name => `docs/helpers/${name}.md` |
| 13 | const pluginMarkDownFile = name => `docs/plugins/${name}.md` |
| 14 | |
| 15 | /** |
no outgoing calls
no test coverage detected