Skip to content

Commit 5047122

Browse files
committed
Change docs source code entrypoint
1 parent ac9c5c6 commit 5047122

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

typedoc.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3-
"entryPoints": ["./src/index.ts"],
3+
"entryPoints": ["./src"],
4+
"entryPointStrategy": "expand",
45
"out": "./docs",
56
"name": "topstepx-api",
67
"readme": "./README.md",
78
"includeVersion": true,
89
"excludePrivate": true,
910
"excludeProtected": true,
1011
"excludeInternal": true,
12+
"excludeNotDocumented": false,
1113
"githubPages": true,
1214
"navigation": {
1315
"includeCategories": true,
1416
"includeGroups": true
1517
},
1618
"categorizeByGroup": true,
1719
"searchInComments": true,
18-
"plugin": [],
19-
"hideGenerator": true
20+
"hideGenerator": true,
21+
"sort": ["source-order"],
22+
"visibilityFilters": {
23+
"protected": false,
24+
"private": false,
25+
"inherited": true,
26+
"external": false
27+
}
2028
}

0 commit comments

Comments
 (0)