]> source.dussan.org Git - sonarqube.git/commit
MMF-1319 Document SC specific features (#318)
authorlaurawacrenier <laurawacrenier@gmail.com>
Tue, 12 Jun 2018 08:33:12 +0000 (10:33 +0200)
committerSonarTech <sonartech@sonarsource.com>
Tue, 12 Jun 2018 18:20:58 +0000 (20:20 +0200)
commita1ae97a0d15fbe5038f219734a9518d13cfde17a
treed37925d26ea6a386c7f9168e6c704222e45ee5de
parent7bbf218b9ffac963b54aa472286496a8b38bffb3
MMF-1319 Document SC specific features (#318)

* Adding pages to SonarCloud doc
* Add page for paid plan
* Adding documentation about integrations in SonarCloud
* Add page suggestions
* Add inline documentation
* Allow to reference SonarCloud links in the documentation
* Update the way to install the Bitbucket Cloud App since it is now available in the marketplace
23 files changed:
server/sonar-docs/src/EmbedDocsSuggestions.json
server/sonar-docs/src/pages/analyze-a-project.md [new file with mode: 0644]
server/sonar-docs/src/pages/integrations/bitbucketcloud.md [new file with mode: 0644]
server/sonar-docs/src/pages/integrations/github.md [new file with mode: 0644]
server/sonar-docs/src/pages/integrations/index.md [new file with mode: 0644]
server/sonar-docs/src/pages/integrations/vsts.md [new file with mode: 0644]
server/sonar-docs/src/pages/sonarcloud-pricing.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/organizations/organization.md [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/organizations/CreateOrganizationForm.tsx
server/sonar-web/src/main/js/apps/organizations/components/OrganizationPage.js
server/sonar-web/src/main/js/apps/organizations/components/__tests__/__snapshots__/OrganizationPage-test.js.snap
server/sonar-web/src/main/js/apps/tutorials/onboarding/OrganizationStep.js
server/sonar-web/src/main/js/apps/tutorials/onboarding/Step.js
server/sonar-web/src/main/js/apps/tutorials/onboarding/__tests__/__snapshots__/OrganizationStep-test.js.snap
server/sonar-web/src/main/js/components/docs/DocLink.tsx
server/sonar-web/src/main/js/components/docs/DocMarkdownBlock.tsx
server/sonar-web/src/main/js/components/docs/DocTooltip.tsx
server/sonar-web/src/main/js/components/docs/DocTooltipLink.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/__tests__/DocLink-test.tsx
server/sonar-web/src/main/js/components/docs/__tests__/DocTooltipLink-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/__tests__/__snapshots__/DocLink-test.tsx.snap
server/sonar-web/src/main/js/components/docs/__tests__/__snapshots__/DocTooltip-test.tsx.snap
server/sonar-web/src/main/js/components/docs/__tests__/__snapshots__/DocTooltipLink-test.tsx.snap [new file with mode: 0644]