Skip to content

Commit

Permalink
chore: add docs external links for integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
devcatalin committed Nov 22, 2023
1 parent 3db95b8 commit d011b96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/web/src/utils/externalLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export enum externalLinks {
environmentMembers = 'https://docs.testkube.io/testkube-cloud/articles/environment-management#managing-environment-member-roles',
notificationsAndWebhooks = 'https://docs.testkube.io/articles/webhooks',
statusPages = 'https://docs.testkube.io/testkube-cloud/articles/status-pages',
githubActions = 'https://docs.testkube.io/articles/github-actions',
integrationWithGithubActions = 'https://docs.testkube.io/articles/github-actions',
integrationWithGitlabCI = 'https://docs.testkube.io/articles/gitlab',
integrationWithJenkins = 'https://docs.testkube.io/articles/jenkins',
}

const crdCdn = `https://raw.githubusercontent.com/kubeshop/testkube-operator/${encodeURIComponent(
Expand Down

0 comments on commit d011b96

Please sign in to comment.