Skip to content

Commit 464a845

Browse files
committed
docs: update TSDoc configuration to include mermaid plugin and simplify tag definitions
1 parent 522392c commit 464a845

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

tsdoc.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
3-
"extends": ["typedoc/tsdoc.json"],
4-
"noStandardTags": false,
5-
"tagDefinitions": [
6-
{
7-
"tagName": "@os",
8-
"syntaxKind": "block"
9-
},
10-
{
11-
"tagName": "@mermaid",
12-
"syntaxKind": "block"
13-
}
14-
]
3+
"extends": ["typedoc/tsdoc.json", "typedoc-plugin-mermaid/tsdoc.json"],
4+
"noStandardTags": false
155
}

0 commit comments

Comments
 (0)