aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2019-06-13 15:16:38 +0200
committerSonarTech <sonartech@sonarsource.com>2019-06-13 20:21:13 +0200
commitc65a4c060e4294488a0992a8a3951849dbd421a4 (patch)
treea98460798c58de4f67ec58685f5c6edf20372976
parentb64932e6d07560db391a4fe3c849529fd223eb75 (diff)
downloadsonarqube-c65a4c060e4294488a0992a8a3951849dbd421a4.tar.gz
sonarqube-c65a4c060e4294488a0992a8a3951849dbd421a4.zip
DOC formatting, wording corrections
-rw-r--r--server/sonar-docs/src/pages/analysis/overview.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-docs/src/pages/analysis/overview.md b/server/sonar-docs/src/pages/analysis/overview.md
index d1c21041233..9c03f1970fd 100644
--- a/server/sonar-docs/src/pages/analysis/overview.md
+++ b/server/sonar-docs/src/pages/analysis/overview.md
@@ -43,11 +43,11 @@ Once the SonarQube platform has been installed, you're ready to install a scanne
* Ant - [SonarScanner for Ant](/analysis/scan/sonarscanner-for-ant/)
* anything else (CLI) - [SonarScanner](/analysis/scan/sonarscanner/)
+[[warning]]
+| We do not recommend running an antivirus scanner on the machine where a SonarQube analysis runs, it could result in unpredictable behavior.
-**Note** that we do not recommend running an antivirus scanner on the machine where a SonarQube analysis runs, it could result in unpredictable behavior.
-
-A project is created in the platform automatically on its first analysis. However, if you need to set some configuration on your project before its first analysis, you have the option of provisioning it via Administration options or the **+** menu item.
+A project is created in SonarQube automatically on its first analysis. However, if you need to set some configuration on your project before its first analysis, you have the option of provisioning it via Administration options or the **+** menu item, which is visible to users with project creation rights.
<!-- /sonarqube -->
## What does analysis produce?