You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/11/03 12:38:12 UTC

[incubator-devlake-website] 02/02: fix: fix for review

This is an automated email from the ASF dual-hosted git repository.

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 01825ba383533bde6153c5523481c6da3ee1c3cf
Author: linyh <ya...@meri.co>
AuthorDate: Thu Nov 3 15:16:57 2022 +0800

    fix: fix for review
---
 docs/UserManuals/ConfigUI/GitHub.md  | 2 +-
 docs/UserManuals/ConfigUI/GitLab.md  | 4 ++--
 docs/UserManuals/ConfigUI/Jenkins.md | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/UserManuals/ConfigUI/GitHub.md b/docs/UserManuals/ConfigUI/GitHub.md
index fa1574497..6d4eba2d7 100644
--- a/docs/UserManuals/ConfigUI/GitHub.md
+++ b/docs/UserManuals/ConfigUI/GitHub.md
@@ -41,8 +41,8 @@ Usually, you don't have to modify this part. However, if you don't want to colle
 - Issue Tracking: GitHub issues, issue comments, issue labels, etc.
 - Source Code Management: GitHub repos, refs, commits, etc.
 - Code Review: GitHub PRs, PR comments and reviews, etc.
-- Cross Domain: GitHub accounts, etc.
 - CI/CD: GitHub Workflow runs, GitHub Workflow jobs, etc.
+- Cross Domain: GitHub accounts, etc.
 
 ### Step 3 - Adding Transformation Rules (Optional)
 ![github-add-transformation-rules-list](/img/ConfigUI/github-add-transformation-rules-list.png)
diff --git a/docs/UserManuals/ConfigUI/GitLab.md b/docs/UserManuals/ConfigUI/GitLab.md
index 0b85daa3b..482e4707a 100644
--- a/docs/UserManuals/ConfigUI/GitLab.md
+++ b/docs/UserManuals/ConfigUI/GitLab.md
@@ -34,15 +34,15 @@ Click `Test Connection`, if the connection is successful, click `Save Connection
 #### Projects
 Choose the Gitlab projects to collect. Limited by GitLab API, You need to type more than 2 characters to search.
 
-* If you want to collect public repo in GitLab, please uncheck "Only search my repositories" to find all projects.
+* If you want to collect public repos in GitLab, please uncheck "Only search my repositories" to find all repos.
 
 #### Data Entities
 Usually, you don't have to modify this part. However, if you don't want to collect certain GitLab entities, you can unselect some entities to accerlerate the collection speed.
 - Issue Tracking: GitLab issues, issue comments, issue labels, etc.
 - Source Code Management: GitLab repos, refs, commits, etc.
 - Code Review: GitLab MRs, MR comments and reviews, etc.
+- CI/CD: GitLab pipelines, jobs, etc.
 - Cross Domain: GitLab accounts, etc.
-- CI/CD: GitLab pipelines, etc.
 
 ### Step 3 - Adding Transformation Rules (Optional)
 There are no transformation rules for GitLab repos.
diff --git a/docs/UserManuals/ConfigUI/Jenkins.md b/docs/UserManuals/ConfigUI/Jenkins.md
index e736227b5..9db168120 100644
--- a/docs/UserManuals/ConfigUI/Jenkins.md
+++ b/docs/UserManuals/ConfigUI/Jenkins.md
@@ -33,7 +33,7 @@ Choose the Jenkins jobs to collect.
 
 #### Data Entities
 
-Jenkins only support only one entity `CI/CD`.
+Jenkins only supports `CI/CD` domain entities, transformed from Jenkins builds and stages.
 
 - CI/CD: Jenkins builds, stages, etc.