Skip to content

Commit 411faf1

Browse files
committed
Replace docma with jsdoc
* docma is no longer supported since ~2019 and has outstanding security issues with its dependencies. * We'll use JSDoc as an (almost) drop-in replacement for now.
1 parent 9984bc7 commit 411faf1

File tree

4 files changed

+43
-2235
lines changed

4 files changed

+43
-2235
lines changed

.jsdoc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"source": {
3+
"include": "./src"
4+
},
5+
"opts": {
6+
"encoding": "utf8",
7+
"destination": "./docs/reference/",
8+
"readme": "README.md"
9+
}
10+
}

docma.json

-7
This file was deleted.

0 commit comments

Comments
 (0)