From 9d17ab038fb4c39fa08378571de40ea5ad593d46 Mon Sep 17 00:00:00 2001 From: Jordan Sexton Date: Sun, 6 Aug 2023 23:28:02 -0600 Subject: [PATCH] fix typedoc entry --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 79c5aa80..4e5127b0 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,5 +1,5 @@ { - "entryPoints": ["packages/core/*", "packages/solana/*"], + "entryPoints": ["packages/core/*", "packages/wallet-adapter/*"], "entryPointStrategy": "packages", "out": "docs", "readme": "README.md"