diff --git a/typedoc.json b/typedoc.json index c050816fd..169e59de4 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" }