]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS formatting glitches & minor rewording (#1191)
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Wed, 23 Jan 2019 12:04:39 +0000 (13:04 +0100)
committerSonarTech <sonartech@sonarsource.com>
Wed, 23 Jan 2019 19:21:01 +0000 (20:21 +0100)
* extra pipe

* missing table header delimiter

* tangled bold and link

* update description for recent versions

* add missing spaces to make linebreaks work

* wording tweak

* revert markup order

server/sonar-docs/src/pages/faq.md
server/sonar-docs/src/pages/instance-administration/monitoring.md
server/sonar-docs/src/pages/previous-versions.md
server/sonar-docs/src/pages/project-administration/managing-project-history.md

index eab2b9ebd6b5b61f83adfc1293767e31b29001e4..ccda9794bb443e38c7a716c3704898584fa95d58 100644 (file)
@@ -6,10 +6,10 @@ url: /faq/
 ## Table of Contents
 
 ## How do I get rid of issues that are False-Positives?
-**False-Positive and Won't Fix**
+**False-Positive and Won't Fix**  
 You can mark individual issues False Positive or Won't Fix through the issues interface. If you're using Short-lived branch and PR analysis provided by the Developer Edition, issues marked False Positive or Won't Fix will retain that status after merge. This is the preferred approach.
 
-**//NOSONAR**
+**//NOSONAR**  
 Most language analyzers support the use of the generic mechanism: `//NOSONAR` at the end of the line of the issue. This will suppress the all issues - now and in the future - that might be raised on the line.
 
 ## How do I find and remove projects that haven't been analyzed in a while?
index 1b9036c8991157442a09710bacb40ab0d7fc16e2..a816c8223c38d1576bde839ba47f0711b7415296 100644 (file)
@@ -87,6 +87,7 @@ All these MBeans are read-only. It's not possible to modify or reset their value
 [[collapse]]
 | ## SonarQube MBean
 | Attribute Name | Description
+| ---|---
 | LogLevel | Log Level: INFO, DEBUG, TRACE
 | ServerId | SonarQube Server ID
 | Version | SonarQube Version
index c4fdac47b89981649405a745073d9a0ea589eb52..50879048833f237d39c4b4be78b0f1aa6f3d2b6d 100644 (file)
@@ -5,7 +5,7 @@ url: /previous-versions/
 
 **Not using the latest and greatest version of SonarQube?**
 
-Here are the links to the documentation of previous versions:
+Links to recently archived versions are available from the navigation of this site. For older versions, see below:
 
 * [Documentation for 7.3](https://docs.sonarqube.org/display/SONARQUBE73)
 * [Documentation for 7.2](https://docs.sonarqube.org/display/SONARQUBE72)
index f3315428c656e936eef300f46b94387b13028ad9..c515c88110fde106be70defb5eb938f1b0de8192 100644 (file)
@@ -13,7 +13,7 @@ Occasionally, you may need to manually delete a project snapshot, whether becaus
 [[warning]]
 |**About deleting snapshots**<br/><br/>
 |Deleting a snapshot is a 2-step process:<br/><br/>
-|* The snapshot must first be removed from the project history by clicking on Delete snapshot. It |won't be displayed anymore on this History page but will still be present in the database.
+|* The snapshot must first be removed from the project history by clicking on Delete snapshot. It won't be displayed anymore on this History page but will still be present in the database.
 |* The snapshot is actually deleted during the next project analysis.
 
 At project level, from the front page **Activity** list, choose **Show More** to see the full activity list.