v7.0.1
- Upgrade dependencies
- Use pnpm
- Use
apidoc-light
instead of normal apidoc - Integrate apidoc parsing
Breaking changes
- Node.js v14+ required
- apidoc-markdown no longer uses output files from apiDoc, it does the generation directly by importing it
-p
option removed
How to upgrade
Remove apiDoc as it is now directly imported by apidoc-markdown
pnpm remove apidoc
Change your generation command. Use option --input
instead (just as you would do with apiDoc directly)
src
is where are stored your code/source files containing some apiDoc annotations
apidoc-markdown -i src -o DOCUMENTATION.md
Should be good to go ☺