diff options
Diffstat (limited to 'server/sonar-docs/src/pages/index.md')
-rw-r--r-- | server/sonar-docs/src/pages/index.md | 62 |
1 files changed, 53 insertions, 9 deletions
diff --git a/server/sonar-docs/src/pages/index.md b/server/sonar-docs/src/pages/index.md index 240e76889da..3ae0bab7ea9 100644 --- a/server/sonar-docs/src/pages/index.md +++ b/server/sonar-docs/src/pages/index.md @@ -3,21 +3,65 @@ 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/)® 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). +[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. -## I write code +Below are a few key pointers, otherwise head over to the left pane for full documentation content and search capabilities. -* [Fixing the Water Leak](/user-guide/fixing-the-water-leak/) +### 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/) -* [Quality Profiles](/instance-administration/quality-profiles/) - <!-- /sonarqube --> +* [Issues](/user-guide/issues/) -<!-- sonarcloud --> +### I need to set up analysis +* [Analyzing Source Code](/analysis/overview/) +* [Branches](/branches/overview/) +* [Pull Requests](/analysis/pull-request/) -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. +### 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/) -SonarCloud offers end-to-end integrations for teams leveraging [GitHub](/integrations/github/), [VSTS](/integrations/vsts/), or [Bitbucket Cloud](/integrations/bitbucketcloud/) in their development processes. +### I administer a SonarQube Instance +* [Security](/instance-administration/security/) +* [Notifications](/instance-administration/notifications/) +* [Housekeeping](/instance-administration/housekeeping/) -<!-- /sonarcloud --> +### 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 --> |