File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ documents:
30
30
sourcePaths :
31
31
- ./GithubClient
32
32
33
+ - description : Gitlab Client
34
+ outputPath : utilities/gitlab-client.md
35
+ sources :
36
+ - type : file
37
+ sourcePaths :
38
+ - ./GitlabClient
39
+
33
40
- description : Git Client
34
41
outputPath : utilities/git-client.md
35
42
sources :
Original file line number Diff line number Diff line change @@ -31,6 +31,17 @@ documents:
31
31
filePattern : ' *.php'
32
32
showTreeView : true
33
33
34
+ - description : Source Implementations - Gitlab
35
+ outputPath : sources/gitlab-source.md
36
+ sources :
37
+ - type : file
38
+ sourcePaths :
39
+ - ./Gitlab
40
+ - ../Lib/GitlabClient/GitlabClientInterface.php
41
+ - ../Lib/PathFilter
42
+ filePattern : ' *.php'
43
+ showTreeView : true
44
+
34
45
- description : Source Implementations - URL
35
46
outputPath : sources/url-source.md
36
47
sources :
You can’t perform that action at this time.
0 commit comments