Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 68738da

Browse files
authored
typedoc: include more (all) of the types and helper stuff (#30)
Signed-off-by: Stephan Renatus <stephan@styra.com>
1 parent fdd0bb7 commit 68738da

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

typedoc.config.cjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ module.exports = {
66
sidebarLinks: {
77
"Styra OPA SDKs Overview": "https://docs.styra.com/sdk/",
88
},
9-
entryPoints: ["src/index.ts", "src/sdk/index.ts"],
9+
entryPoints: [
10+
"src/index.ts",
11+
"src/sdk/index.ts",
12+
"src/lib/*.ts",
13+
"src/hooks/*.ts",
14+
"src/models/*/*.ts",
15+
],
1016
plugin: ["typedoc-plugin-replace-text"],
1117
replaceText: {
1218
replacements: [

0 commit comments

Comments
 (0)