Added typedoc for OT Docs API Reference

This commit is contained in:
DJj123dj
2025-01-31 16:03:02 +01:00
parent 8e7fe4e502
commit f5e78949d7
5 changed files with 275 additions and 9 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"../src/core/api/modules/",
"../src/core/api/defaults/",
"../src/core/api/openticket/",
"../src/core/api/main.ts",
"../src/core/startup/init.ts",
],
"entryPointStrategy": "expand",
"json": "./typedoc-result.json",
"basePath": "../"
}