diff --git a/apps/next/typedoc.json b/apps/next/typedoc.json index eeaacbbc96a3cc8b4a0c8aa961d4977e5352f058..a545e44cd683978a62f47ecb66ba674877e1b30f 100644 --- a/apps/next/typedoc.json +++ b/apps/next/typedoc.json @@ -1,6 +1,13 @@ { "plugin": ["typedoc-plugin-markdown", "typedoc-plugin-merge-modules"], - "entryPoints": ["../../packages/llamaindex/src/index.ts"], + "entryPoints": ["../../packages/**/src/index.ts"], + "exclude": [ + "../../packages/autotool/**/src/index.ts", + "**/node_modules/**", + "**/dist/**", + "**/test/**", + "**/tests/**" + ], "tsconfig": "../../tsconfig.json", "readme": "none", "sourceLinkTemplate": "https://github.com/run-llama/LlamaIndexTS/blob/{gitRevision}/{path}#L{line}",