diff --git a/apps/build-docs/typedoc.backend.json b/apps/build-docs/typedoc.backend.json index 2cbc503907..1781774c6f 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 1f873eea65..f07d20dc71 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" ],