We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c32b6 commit da68d36Copy full SHA for da68d36
package.json
@@ -312,6 +312,7 @@
312
"tempy": "^3.1.0",
313
"typedoc": "^0.28.4",
314
"typedoc-plugin-mdn-links": "^5.0.2",
315
+ "typedoc-plugin-mermaid": "^1.12.0",
316
"typedoc-plugin-missing-exports": "^4.0.0",
317
"typescript": "^5.1.6",
318
"typescript-docs-verifier": "^2.5.0",
src/docs.js
@@ -49,6 +49,8 @@ const docs = async (ctx, task) => {
49
'typedoc-plugin-mdn-links',
50
'--plugin',
51
fromAegir('src/docs/readme-updater-plugin.js'),
52
+ '--plugin',
53
+ 'typedoc-plugin-mermaid',
54
...forwardOptions
55
],
56
{
0 commit comments