From 6a2b9b748fabbebe9e06f74e9b48eb284c005a5b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 1 Nov 2025 23:03:14 +0200 Subject: [PATCH] chore(build-docs): add project names to typedoc --- apps/build-docs/typedoc.backend.json | 1 + apps/build-docs/typedoc.frontend.json | 1 + 2 files changed, 2 insertions(+) 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" ],