diff options
| -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 |
