diff --git a/apps/build-docs/typedoc.backend.json b/apps/build-docs/typedoc.backend.json index 2cbc50390..1781774c6 100644 --- a/apps/build-docs/typedoc.backend.json +++ b/apps/build-docs/typedoc.backend.json @@ -1,5 +1,6 @@ { "$schema": "https://typedoc.org/schema.json", + "name": "Trilium Backend API", "entryPoints": [ "src/backend_script_entrypoint.ts" ], diff --git a/apps/build-docs/typedoc.frontend.json b/apps/build-docs/typedoc.frontend.json index 1f873eea6..f07d20dc7 100644 --- a/apps/build-docs/typedoc.frontend.json +++ b/apps/build-docs/typedoc.frontend.json @@ -1,5 +1,6 @@ { "$schema": "https://typedoc.org/schema.json", + "name": "Trilium Frontend API", "entryPoints": [ "src/frontend_script_entrypoint.ts" ],