diff options
| author | 方顺健 <[email protected]> | 2024-09-29 06:10:24 +0000 |
|---|---|---|
| committer | 方顺健 <[email protected]> | 2024-09-29 06:10:24 +0000 |
| commit | bea33b67e073a6ec5df362dcc875bb7fbe57faad (patch) | |
| tree | b7bec1ed66f6201c0667ca13172d21781690a795 | |
| parent | 1d23290da44a8b616899ff52f8b0d4b208c0bb70 (diff) | |
test
| -rw-r--r-- | applications/api/README.md | 3 | ||||
| -rw-r--r-- | 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 |
