From 093463793d949b78eb1f40ef4e293fdc83ec9a27 Mon Sep 17 00:00:00 2001 From: Sidney Alcantara Date: Mon, 28 Nov 2022 19:09:44 +1100 Subject: [PATCH] fix typedoc config - remove markdown plugin --- typedoc.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/typedoc.json b/typedoc.json index c050816f..169e59de 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,14 +1,10 @@ { - "plugin": "", "entryPoints": ["src/atoms/projectScope/*.ts", "src/atoms/tableScope/*.ts"], "includes": "src/types", "exclude": ["**/*.test"], "readme": "none", "githubPages": false, - "hideInPageTOC": true, - "entryDocument": "index.md", "name": "Rowy", "includeVersion": true, - "publicPath": "", "out": "typedoc" }