aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/index.md
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2018-07-20 10:37:36 +0200
committerSonarTech <sonartech@sonarsource.com>2018-07-20 20:21:19 +0200
commit0dcc191a7a397c4460aade86e85d24ffe3ca54c6 (patch)
tree2b2be9f2109ac0e818df3dbed6951249dc663f41 /server/sonar-docs/src/pages/index.md
parentc2e29689013dd1b54a8964bd169c21e36cafe572 (diff)
downloadsonarqube-0dcc191a7a397c4460aade86e85d24ffe3ca54c6.tar.gz
sonarqube-0dcc191a7a397c4460aade86e85d24ffe3ca54c6.zip
Update documentation home page for SonarCloud (#538)
[skip ci]
Diffstat (limited to 'server/sonar-docs/src/pages/index.md')
-rw-r--r--server/sonar-docs/src/pages/index.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/index.md b/server/sonar-docs/src/pages/index.md
index 770e79f7bfe..cfaf315e74d 100644
--- a/server/sonar-docs/src/pages/index.md
+++ b/server/sonar-docs/src/pages/index.md
@@ -1,7 +1,7 @@
---
title: Documentation
---
-
+<!-- sonarqube -->
[SonarQube](http://www.sonarqube.org/)® software (previously called Sonar) is an open source quality management platform, dedicated to continuously analyze and measure technical quality, from project portfolio to method. If you wish to extend the SonarQube platform with open source plugins, have a look at our [plugin library](https://docs.sonarqube.org/display/PLUG/Plugin+Library).
## I write code
@@ -9,3 +9,10 @@ title: Documentation
* [Fixing the Water Leak](/fixing-the-water-leak)
* [Quality Gates](/quality-gates)
* [Quality Profiles](/quality-profiles)
+<!-- /sonarqube -->
+
+<!-- sonarcloud -->
+SonarCloud is the leading product for Continuous Code Quality online, totally free for open-source projects. It supports all major programming languages, including Java, C#, JavaScript, TypeScript, C/C++ and many more. If your code is closed source, SonarCloud also offers a paid plan to run private analyses.
+
+SonarCloud offers end-to-end integrations for teams leveraging [GitHub](/integrations/github), [VSTS](/integrations/vsts), or [Bitbucket Cloud](/integrations/bitbucketcloud) in their development processes.
+<!-- /sonarcloud -->