Skip to content

Commit 73f18c0

Browse files
committed
feat(docs): configure typedoc-material-theme plugin
- Enable typedoc-material-theme plugin in TypeDoc configuration - Remove custom CSS reference to use default Material Design styling
1 parent 36a6b1a commit 73f18c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typedoc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"excludeInternal": false,
1010
"readme": "README.md",
1111
"theme": "default",
12-
"customCss": "./typedoc-theme.css",
1312
"cacheBust": true,
1413
"sort": ["source-order"],
1514
"categorizeByGroup": true,
@@ -49,6 +48,7 @@
4948
],
5049
"plugin": [
5150
"typedoc-plugin-missing-exports",
52-
"typedoc-plugin-coverage"
51+
"typedoc-plugin-coverage",
52+
"typedoc-material-theme"
5353
]
5454
}

0 commit comments

Comments
 (0)