We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcda442 commit 211c089Copy full SHA for 211c089
typedoc.json
@@ -3,7 +3,12 @@
3
"hideGenerator": true,
4
"cleanOutputDir": true,
5
"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"],
+ "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
+ ],
12
"basePath": "src",
13
"plugin": ["typedoc-plugin-remove-3dots-default-value"],
14
"navigationLinks": {
0 commit comments