From bea33b67e073a6ec5df362dcc875bb7fbe57faad Mon Sep 17 00:00:00 2001 From: 方顺健 Date: Sun, 29 Sep 2024 06:10:24 +0000 Subject: test --- applications/api/README.md | 3 ++- applications/api/app.json | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/applications/api/README.md b/applications/api/README.md index 0575d6e..4c694c0 100644 --- a/applications/api/README.md +++ b/applications/api/README.md @@ -1 +1,2 @@ -file add from gitlab api \ No newline at end of file +file add from gitlab api +this is readme.md \ No newline at end of file diff --git a/applications/api/app.json b/applications/api/app.json index e1a698f..2b640de 100644 --- a/applications/api/app.json +++ b/applications/api/app.json @@ -1 +1,9 @@ -{'key':'val'} \ No newline at end of file + +{ + "$schema": "https://typedoc.org/schema.json", + "name":"abc", + "validation":true, + "emit": "both", + "basePath": "/test", + "exclude": ["abc"] +} \ No newline at end of file -- cgit v1.2.3