diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2020-08-24 14:15:58 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-08-25 20:06:35 +0000 |
commit | 44dca753dbe146624059f8ac076433f403882487 (patch) | |
tree | fa30322a655ce2cdbcfadac9ca66191cf08090a3 /server | |
parent | 99be1088611bc7f39c67c3b88456a08a46216f4d (diff) | |
download | sonarqube-44dca753dbe146624059f8ac076433f403882487.tar.gz sonarqube-44dca753dbe146624059f8ac076433f403882487.zip |
SONAR-13795 Fix landing page formatting for embedded docs
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-docs/src/pages/index.md | 7 |
1 files changed, 4 insertions, 3 deletions
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 |