diff options
author | guillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com> | 2024-09-17 11:56:12 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-25 20:02:52 +0000 |
commit | 6843238829b11022def2f6739dfc201b8f81e753 (patch) | |
tree | 0557c896d8deeb8eafb429acaaba345b19eaf9c4 /server/sonar-web/src/main/js/helpers/doc-links.ts | |
parent | ff3bc2b9e1d7b999c8ef73159884b7861287a8b5 (diff) | |
download | sonarqube-6843238829b11022def2f6739dfc201b8f81e753.tar.gz sonarqube-6843238829b11022def2f6739dfc201b8f81e753.zip |
SONAR-23064 Advertise the 'Sonar way' Quality Gate as AI-ready
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/doc-links.ts')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/doc-links.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/helpers/doc-links.ts b/server/sonar-web/src/main/js/helpers/doc-links.ts index 9d067e3a512..61735ee8392 100644 --- a/server/sonar-web/src/main/js/helpers/doc-links.ts +++ b/server/sonar-web/src/main/js/helpers/doc-links.ts @@ -25,6 +25,7 @@ export const DOC_URL = 'https://docs.sonarsource.com/sonarqube/latest'; export enum DocLink { AccountTokens = '/user-guide/managing-tokens/', ActiveVersions = '/server-upgrade-and-maintenance/upgrade/upgrade-the-server/active-versions/', + AiCodeAssurance = '/ai-features/ai-code-assurance/', AlmAzureIntegration = '/devops-platform-integration/azure-devops-integration/', AlmBitBucketCloudAuth = '/instance-administration/authentication/bitbucket-cloud/', AlmBitBucketCloudIntegration = '/devops-platform-integration/bitbucket-integration/bitbucket-cloud-integration/', |