/ typedoc.json
typedoc.json
 1  {
 2    "name": "Unilim",
 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": [
 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": {
15      "Website": "https://unilim.docs.literate.ink/",
16      "GitHub": "https://github.com/LiterateInk/Unilim.js",
17      "Discord": "https://literate.ink/discord"
18    }
19  }