diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-12-30 16:36:47 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-01-08 20:46:11 +0100 |
commit | 8cdfa2d78c714a11a7f23608d45dd1976bc13ea3 (patch) | |
tree | 9774180b66b4ac71239d3e3ee51f3b36b1dd9561 /server/sonar-docs/src/pages/sonarcloud | |
parent | 230d3af0d9c51679ca6dda09248e45d5060e0c65 (diff) | |
download | sonarqube-8cdfa2d78c714a11a7f23608d45dd1976bc13ea3.tar.gz sonarqube-8cdfa2d78c714a11a7f23608d45dd1976bc13ea3.zip |
SONAR-12374 Prevent double icons
Diffstat (limited to 'server/sonar-docs/src/pages/sonarcloud')
-rw-r--r-- | server/sonar-docs/src/pages/sonarcloud/integrations/github.md | 3 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/sonarcloud/integrations/vsts.md | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/sonarcloud/integrations/github.md b/server/sonar-docs/src/pages/sonarcloud/integrations/github.md index 4154a679fee..fecd6dbc68e 100644 --- a/server/sonar-docs/src/pages/sonarcloud/integrations/github.md +++ b/server/sonar-docs/src/pages/sonarcloud/integrations/github.md @@ -20,7 +20,8 @@ For GitHub repositories, there are 2 ways to have your code analyzed: With AutoScan, SonarCloud will autonomously pull your code and scan your default branch and your pull requests. Please read the ["AutoScan Beta Feature"](/autoscan/) documentation page to get the details. - This is currently a Beta feature which does not work for all languages and comes with limitations. +[[warning]] +| This is currently a Beta feature which does not work for all languages and comes with limitations. ### ... using your CI service diff --git a/server/sonar-docs/src/pages/sonarcloud/integrations/vsts.md b/server/sonar-docs/src/pages/sonarcloud/integrations/vsts.md index 564c1094563..bbfa507f081 100644 --- a/server/sonar-docs/src/pages/sonarcloud/integrations/vsts.md +++ b/server/sonar-docs/src/pages/sonarcloud/integrations/vsts.md @@ -10,7 +10,7 @@ url: /integrations/vsts/ You can connect to SonarCloud using your Azure DevOps account. On the [login page](/#sonarcloud#/sessions/new), just click on the "Log in with Azure DevOps" button. [[warning]] -|  Only work and school Azure DevOps accounts are authorized to login on SonarCloud. +| Only work and school Azure DevOps accounts are authorized to login on SonarCloud. ## Install the SonarCloud Azure DevOps extension |