]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS added install links on SQ help homepage
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Tue, 26 Mar 2019 07:45:45 +0000 (08:45 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 26 Mar 2019 12:37:56 +0000 (13:37 +0100)
server/sonar-docs/src/pages/branches/overview.md
server/sonar-docs/src/pages/index.md

index 24ea5eb89d4980d6eee36a662b47e6f14b8cf812..0d52341cc9166595f19a97e202cb17be427ff832 100644 (file)
@@ -20,7 +20,6 @@ Branch analysis allows you to
 
 ### Short-lived
 
-Short-Lived
 This corresponds to Pull/Merge Requests or Feature Branches. This kind of branch:
 
 * will disappear quickly
index 3ae0bab7ea9f5d3c0de257b206355c8cfa6c49be..ddba852181bc08c8940c440cc522c8d2b5d30f0c 100644 (file)
@@ -28,17 +28,21 @@ Are you ready to eliminate bugs and vulnerabilities? Will you champion quality c
 
 Below are a few key pointers, otherwise head over to the left pane for full documentation content and search capabilities.
 
-### I write code
-* Why [new code](/user-guide/fixing-the-water-leak/) is the most important
-* [Concepts](/user-guide/concepts/)
-* [Quality Gates](/user-guide/quality-gates/)
-* [Issues](/user-guide/issues/)
+### I'm new to SonarQube
+* Installing a [quick demo version](/setup/get-started-2-minutes/).
+* Installing a [production instance](/setup/install-server/).
 
 ### I need to set up analysis
 * [Analyzing Source Code](/analysis/overview/)
 * [Branches](/branches/overview/)
 * [Pull Requests](/analysis/pull-request/)
 
+### I write code
+* Why [new code](/user-guide/fixing-the-water-leak/) is the most important
+* [Concepts](/user-guide/concepts/)
+* [Quality Gates](/user-guide/quality-gates/)
+* [Issues](/user-guide/issues/)
+
 ### I administer a project
 * [Project Existence](/project-administration/project-existence/)
 * What's [included, excluded](/project-administration/narrowing-the-focus/) from analysis 
@@ -51,6 +55,7 @@ Below are a few key pointers, otherwise head over to the left pane for full docu
 * [Housekeeping](/instance-administration/housekeeping/)
 
 ### I do DevOps
+* Installing a [production instance](/setup/install-server/).
 * [Upgrading](/setup/upgrading/)
 * [Monitoring](/instance-administration/monitoring/)
 * [Running a Cluster](/setup/operate-cluster/)