aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/index.md
blob: 3ae0bab7ea9f5d3c0de257b206355c8cfa6c49be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: Documentation
url: /
---

<!-- 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](/sonarcloud-pricing/) to run private analyses.

SonarCloud offers end-to-end integrations for teams leveraging the following solutions in their development processes:

* [GitHub](/integrations/github/)
* [Bitbucket Cloud](/integrations/bitbucketcloud/)
* [Azure DevOps](/integrations/vsts/)

Are you ready to eliminate bugs and vulnerabilities? Will you champion quality code in your projects?

<!-- /sonarcloud -->
<!-- static -->

[[info]]
| **Welcome to the new SonarQube documentation**  
| If you already have a SonarQube instance, you should be aware that we've made this documentation available within SonarQube itself (from v7.4). Just look under the "?" in the top menu to be sure you're always looking at the right documentation for _your_ version!
<!-- /static -->
<!-- sonarqube -->

[SonarQube](http://www.sonarqube.org/)® is an automatic code review tool to detect bugs, vulnerabilities and code smells in your code. It can integrate with your existing workflow to enable continuous code inspection across your project branches and pull requests.

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 need to set up analysis
* [Analyzing Source Code](/analysis/overview/)
* [Branches](/branches/overview/)
* [Pull Requests](/analysis/pull-request/)

### I administer a project
* [Project Existence](/project-administration/project-existence/)
* What's [included, excluded](/project-administration/narrowing-the-focus/) from analysis 
* [Webhooks](/project-administration/webhooks/)
* [Project Settings](/project-administration/project-settings/)

### I administer a SonarQube Instance
* [Security](/instance-administration/security/)
* [Notifications](/instance-administration/notifications/)
* [Housekeeping](/instance-administration/housekeeping/)

### I do DevOps
* [Upgrading](/setup/upgrading/)
* [Monitoring](/instance-administration/monitoring/)
* [Running a Cluster](/setup/operate-cluster/)

### Stay in touch!
* [Get help in the community](https://www.sonarqube.org/community/)
* [Source code](https://github.com/SonarSource)
* [Issue tracker](https://jira.sonarsource.com/)

---
Not using the current version?  
[6.7.x (current LTS)](https://docs.sonarqube.org/display/SONARQUBE67/Documentation)  
[Documentation for other versions](/previous-versions/)  
<!-- /sonarqube -->