This is an automated email from the ASF dual-hosted git repository.
likyh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 24abc34e0 fix(config-ui): update doc link for transformation (#5090)
24abc34e0 is described below
commit 24abc34e0b5573997f8bb4c15b70ef1a29ed1327
Author: 青湛 <[email protected]>
AuthorDate: Fri May 5 09:36:18 2023 +0800
fix(config-ui): update doc link for transformation (#5090)
---
.../plugins/components/transformation-form/misc.ts | 24 ++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/config-ui/src/plugins/components/transformation-form/misc.ts
b/config-ui/src/plugins/components/transformation-form/misc.ts
index cd2ecaf0a..b330ba7cf 100644
--- a/config-ui/src/plugins/components/transformation-form/misc.ts
+++ b/config-ui/src/plugins/components/transformation-form/misc.ts
@@ -19,10 +19,30 @@
export const TIPS_MAP: Record<string, { name: string; link: string }> = {
github: {
name: 'GitHub',
- link:
'https://devlake.apache.org/docs/UserManuals/ConfigUI/GitHub#step-3---adding-transformation-rules-optional',
+ link:
'https://devlake.apache.org/docs/Configuration/GitHub#step-3---adding-transformation-rules-optional',
+ },
+ gitlab: {
+ name: 'GitLab',
+ link:
'https://devlake.apache.org/docs/Configuration/GitLab#step-3---adding-transformation-rules-optional'
},
jira: {
name: 'Jira',
- link:
'https://devlake.apache.org/docs/UserManuals/ConfigUI/Jira#step-3---adding-transformation-rules-optional',
+ link:
'https://devlake.apache.org/docs/Configuration/Jira#step-3---adding-transformation-rules-optional',
+ },
+ jenkins: {
+ name: 'Jenkins',
+ link:
'https://devlake.apache.org/docs/Configuration/Jenkins#step-3---adding-transformation-rules-optional'
+ },
+ bitbucket: {
+ name: 'BitBucket',
+ link:
'https://devlake.apache.org/docs/Configuration/BitBucket#step-3---adding-transformation-rules-optional'
+ },
+ azuredevops: {
+ name: 'Azure DevOps',
+ link:
'https://devlake.apache.org/docs/Configuration/Jenkins#step-3---adding-transformation-rules-optional'
+ },
+ tapd: {
+ name:'TAPD',
+ link:
'https://devlake.apache.org/docs/Configuration/Tapd#step-3---adding-transformation-rules-optional'
},
};