aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/index.md
blob: adc0c67b1b2169abcec94e3b2f1733c04c4816e8 (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
---
title: Documentation
url: /
---

<!-- static -->

[[info]]
| **Welcome to the new SonarQube documentation**  
| If you're already running a SonarQube instance, this documentation is also available within SonarQube itself. Just look under the "?" in the top menu to be sure you're always looking at the right documentation for _your_ version!
<!-- /static -->

[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 common scenarios. You can also navigate through and search the full documentation in the left pane.

### I'm new to SonarQube
* [Try out SonarQube ](/setup/get-started-2-minutes/).
* Installing [the Server](/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/clean-as-you-code/) 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 
* [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
* Installing a [production instance](/setup/install-server/).
* [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/)