]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13795 Fix landing page formatting for embedded docs
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Mon, 24 Aug 2020 19:15:58 +0000 (14:15 -0500)
committersonartech <sonartech@sonarsource.com>
Tue, 25 Aug 2020 20:06:35 +0000 (20:06 +0000)
server/sonar-docs/src/pages/index.md

index 116e56213929e67988d4ef2cdf7b06fdbc95a313..1b4e9d3abe49ddeca96807caeb3ab04413414e00 100644 (file)
@@ -17,9 +17,10 @@ Otherwise, you can also find an overview and common scenarios below or navigate
 
 ![SonarQube Instance Components](/images/dev-cycle.png)
 
-In a typical development process:
-1. Developers develop and merge code in an IDE (preferably using [SonarLint](https://www.sonarlint.org/) to receive immediate feedback in the editor) and check-in their code to their ALM. 
-1. An organization’s continuous integration (CI) tool checks out, builds, and runs unit tests, and an integrated SonarQube scanner analyzes the results. 
+In a typical development process:  
+
+1. Developers develop and merge code in an IDE (preferably using [SonarLint](https://www.sonarlint.org/) to receive immediate feedback in the editor) and check-in their code to their ALM.
+1. An organization’s continuous integration (CI) tool checks out, builds, and runs unit tests, and an integrated SonarQube scanner analyzes the results.
 1. The scanner posts the results to the SonarQube server which provides feedback to developers through the SonarQube interface, email, in-IDE notifications (through SonarLint), and decoration on pull or merge requests (when using [Developer Edition](https://redirect.sonarsource.com/editions/developer.html) and above).
 
 ## Installing, monitoring, and upgrading