]> source.dussan.org Git - sonarqube.git/commitdiff
SONARCLOUD-308 Add supported languages doc page
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 9 Jan 2019 14:34:27 +0000 (15:34 +0100)
committerSonarTech <sonartech@sonarsource.com>
Wed, 9 Jan 2019 19:21:08 +0000 (20:21 +0100)
server/sonar-docs/src/pages/sonarcloud/sonarcloud-pricing.md
server/sonar-docs/static/SonarCloudNavigationTree.json

index a5f5b40e0d006ae1bf3b6a22448f535488ca4008..317828ffe0d0c4588173bc42ed9b554ccd5858fc 100644 (file)
@@ -3,87 +3,14 @@ title: Pricing
 url: /sonarcloud-pricing/
 ---
 
-Subscribing to a paid plan on SonarCloud allows you to analyze unlimited private projects. You can make your code visible by members of your organization only.
-
-## How is SonarCloud priced?
-
-SonarCloud is priced on a monthly basis per lines of code. You pay up front for a maximum number of lines of code to be analyzed in your organization.
-
-Find your max LOC below to see what it will cost you per month:
-
-| Up to lines of code  | Price per month in € |
-| ------------- |--------------:|
-| 100k          | 10            |
-| 250k          | 75            | 
-| 500k          | 150           |
-| 1M            | 250           |
-| 2M            | 500           |
-| 5M            | 1'500         |
-| 10M           | 3'000         |
-| 20M           | 4'000         |
-
-
-## What's the difference between the free and paid plans?
-
-2 options are available to start using SonarCloud: free and paid plans. Both plans let you benefit from all the features available on SonarCloud.
-
-*Free plan:*
-
-* For open source projects
-* Anyone can see your projects
-* You choose who can edit your projects
-* Unlimited lines of code (LOCs)
-
-*Paid plan:*
-
-* If you need (some or all) private projects
-* You choose who can see your private projects
-* You choose who can edit your projects
-* Priced by lines of private code
+Subscribing to a paid plan on SonarCloud allows you to analyze unlimited private projects, to know more about all the advantages of a paid plan check our [pricing page](/#sonarcloud#/about/pricing).
 
 ## How do I activate the paid plan?
 
-You can activate the paid plan on the "Administration > Billing" page of your organization. 
-
-## What payment options are available?
-
-Payment is done online by credit card and will happen automatically every month, based on the plan you choose. 
-
-We also accept to receive a purchase order and a wire transfer payment, if ordering a yearly subscription for more than 1M LOCs. In this case, you need to contact us through the Contact form.
-
-## Can I try a private project on SonarCloud for free?
-
-Your first 14 days are on us. You just have to upgrade your organization to a paid plan, and fill your credit card information to get started. After your trial, if you love it you can continue using SonarCloud and you will be charged for the plan you selected when you first started your free trial. You can cancel anytime.
-
-## What is a Line of Code (LOC) on SonarCloud?
-
-LOCs are computed by summing up the LOCs of each project analyzed in SonarCloud. The LOCs used for a project are the LOCs found during the most recent analysis of this project.
-
-
-## How are Lines of Code (LOCs) counted towards billing?
-
-Only LOC from your private projects are counted toward your maximum number of LOCs. If your project contains branches, the counted LOCs are the ones of the biggest branch.
-
-The count is not related to how frequently the source code is analyzed. If your private project has a 6K LOCs and you analyze it 100 times in the month, this will be counted as 6K for the billing.
-
-If you are getting close to the threshold you will be notified to either upgrade your plan or reduce the number of LOCs in your projects.
-
-## When will I be invoiced?
-
-You will be invoiced once a month, the day of the month after your trial ends. For example if you start your free trial on January 1st, it will last till January 14th and you will be first billed on January 15th for your upcoming month, aka January 15th to February 15th.
+You can activate the paid plan on the **Administration > Billing** page of your organization.
 
 ## How do I get invoices?
 
 You can download PDF invoices for every payment from the **Administration > Billing** page of your organization.
 
-If you want to get invoices by email, go to **Administration > Billing > Edit billing info** and check "Send the monthly receipt to this email"
-
-## Can I stop using the service?
-
-Yes, you can stop using SonarCloud anytime you want. You simply need to downgrade your organization to the free plan.
-
-## Still have more questions?
-
-Contact us [here](https://about.sonarcloud.io/contact).
-
-
+If you want to get invoices by email, go to **Administration > Billing > Edit billing info** and check "Send the monthly receipt to this email".
index 5c29c5eaf0e67168e7dfecc5efd81566394800ec..fb19f14982cf4cb63f09927361488741014f502b 100644 (file)
@@ -1,11 +1,7 @@
 [
   {
     "title": "Get Started",
-    "children": [
-      "/integrations/github/", 
-      "/integrations/bitbucketcloud/",
-      "/integrations/vsts/"
-    ]
+    "children": ["/integrations/github/", "/integrations/bitbucketcloud/", "/integrations/vsts/"]
   },
   {
     "title": "Analyzing Source Code",
@@ -15,7 +11,8 @@
       "/analysis/background-tasks/",
       "/analysis/generic-issue/",
       "/analysis/generic-test/",
-      "/analysis/pull-request/"
+      "/analysis/pull-request/",
+      "/analysis/supported-languages/"
     ]
   },
   {
   },
   {
     "title": "Appendices",
-    "children": [
-      "/sonarcloud-pricing/",
-      "/privacy/",
-      "/security/",
-      "/faq/"
-    ]
+    "children": ["/sonarcloud-pricing/", "/privacy/", "/security/", "/faq/"]
   }
 ]