mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 14:19:14 +08:00
chore(build-docs): add project names to typedoc
This commit is contained in:
parent
b5e2187c0d
commit
6a2b9b748f
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"$schema": "https://typedoc.org/schema.json",
|
||||
"name": "Trilium Backend API",
|
||||
"entryPoints": [
|
||||
"src/backend_script_entrypoint.ts"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"$schema": "https://typedoc.org/schema.json",
|
||||
"name": "Trilium Frontend API",
|
||||
"entryPoints": [
|
||||
"src/frontend_script_entrypoint.ts"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue