From: michaelbirnstiehl Date: Mon, 24 Aug 2020 19:15:58 +0000 (-0500) Subject: SONAR-13795 Fix landing page formatting for embedded docs X-Git-Tag: 8.5.0.37579~125 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=44dca753dbe146624059f8ac076433f403882487;p=sonarqube.git SONAR-13795 Fix landing page formatting for embedded docs --- diff --git a/server/sonar-docs/src/pages/index.md b/server/sonar-docs/src/pages/index.md index 116e5621392..1b4e9d3abe4 100644 --- a/server/sonar-docs/src/pages/index.md +++ b/server/sonar-docs/src/pages/index.md @@ -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