From 1a77aca0a4de7c67fbe05a3ef44fa2ef5ac7b457 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Thu, 3 Nov 2022 23:06:41 +1100 Subject: [PATCH] doc: add new packages to config --- typedoc.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index c381a4fcb7..55192a4c00 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,13 @@ { "entryPointStrategy": "packages", - "entryPoints": ["packages/core", "packages/interfaces", "packages/create"], + "entryPoints": [ + "packages/byte-utils", + "packages/core", + "packages/create", + "packages/dns-discovery", + "packages/enr", + "packages/interfaces" + ], "out": "docs", "exclude": ["**/*.spec.ts"], "excludeInternal": true,