Skip to content

Commit 211c089

Browse files
committed
fix(docs): entrypoints
1 parent bcda442 commit 211c089

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

typedoc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"hideGenerator": true,
44
"cleanOutputDir": true,
55
"customFooterHtml": "<a href=\"https://www.netlify.com\"><img src=\"https://www.netlify.com/assets/badges/netlify-badge-dark.svg\" alt=\"Deploys by Netlify\" /></a>",
6-
"entryPoints": ["src/index.ts"],
6+
"entryPoints": [
7+
"src/biome/index.ts",
8+
"src/cas/index.ts",
9+
"src/iut/cs/timetable/index.ts",
10+
"src/iut/signatures/index.ts"
11+
],
712
"basePath": "src",
813
"plugin": ["typedoc-plugin-remove-3dots-default-value"],
914
"navigationLinks": {

0 commit comments

Comments
 (0)