Skip to content

Commit 8a9e357

Browse files
committed
Add GitLab client and source implementation configurations context
1 parent 957bb7c commit 8a9e357

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/Lib/context.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ documents:
3030
sourcePaths:
3131
- ./GithubClient
3232

33+
- description: Gitlab Client
34+
outputPath: utilities/gitlab-client.md
35+
sources:
36+
- type: file
37+
sourcePaths:
38+
- ./GitlabClient
39+
3340
- description: Git Client
3441
outputPath: utilities/git-client.md
3542
sources:

src/Source/context.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ documents:
3131
filePattern: '*.php'
3232
showTreeView: true
3333

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+
3445
- description: Source Implementations - URL
3546
outputPath: sources/url-source.md
3647
sources:

0 commit comments

Comments
 (0)