From f91742e5ac73c61f6eae7ab9f5234574d491c897 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 9 Feb 2025 14:40:21 -0600 Subject: [PATCH] actually switch to dmt --- typedoc.json | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/typedoc.json b/typedoc.json index 5f6b050..63af72a 100644 --- a/typedoc.json +++ b/typedoc.json @@ -10,29 +10,21 @@ "includeGroups": true, "excludeReferences": false, "includeFolders": true - }, - "theme": "default-modern", - "dmtFavicon": "https://www.coastalcommits.com/favicon.ico", - "dmtLinksIcon": [ - { - "icon": "https://www.coastalcommits.com/favicon.ico", - "title": "CoastalCommits", - "url": "https://www.coastalcommits.com/GalacticFactory/PackwizJS" - } - ] + } } - }, - { - "name": "markdown", - "path": "./docs/markdown" } ], "githubPages": false, "exclude": ["**/*+(test|spec).ts"], - "plugin": [ - "typedoc-plugin-markdown", - "typedoc-plugin-coverage", - "@typhonjs-typedoc/typedoc-theme-dmt" + "theme": "default-modern", + "dmtFavicon": "https://www.coastalcommits.com/favicon.ico", + "dmtLinksIcon": [ + { + "icon": "https://www.coastalcommits.com/favicon.ico", + "title": "CoastalCommits", + "url": "https://www.coastalcommits.com/GalacticFactory/PackwizJS" + } ], + "plugin": ["typedoc-plugin-coverage", "@typhonjs-typedoc/typedoc-theme-dmt"], "categorizeByGroup": true }