UNPKG

typedoc-plugin-mermaid

Version:

A plugin for TypeDoc that generates graphs for mermaid.js diagrams by using @mermaid annotation.

10 lines (9 loc) 187 B
{ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", "tagDefinitions": [ { "tagName": "@mermaid", "syntaxKind": "block" } ] }