chore(build-docs): add project names to typedoc

This commit is contained in:
Elian Doran
2025-11-01 23:03:14 +02:00
parent b5e2187c0d
commit 6a2b9b748f
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://typedoc.org/schema.json",
"name": "Trilium Backend API",
"entryPoints": [
"src/backend_script_entrypoint.ts"
],

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://typedoc.org/schema.json",
"name": "Trilium Frontend API",
"entryPoints": [
"src/frontend_script_entrypoint.ts"
],