diff options
author | laurawacrenier <laurawacrenier@gmail.com> | 2018-06-12 10:33:12 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-12 20:20:58 +0200 |
commit | a1ae97a0d15fbe5038f219734a9518d13cfde17a (patch) | |
tree | d37925d26ea6a386c7f9168e6c704222e45ee5de /server/sonar-docs/src/EmbedDocsSuggestions.json | |
parent | 7bbf218b9ffac963b54aa472286496a8b38bffb3 (diff) | |
download | sonarqube-a1ae97a0d15fbe5038f219734a9518d13cfde17a.tar.gz sonarqube-a1ae97a0d15fbe5038f219734a9518d13cfde17a.zip |
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
Diffstat (limited to 'server/sonar-docs/src/EmbedDocsSuggestions.json')
-rw-r--r-- | server/sonar-docs/src/EmbedDocsSuggestions.json | 39 |
1 files changed, 35 insertions, 4 deletions
diff --git a/server/sonar-docs/src/EmbedDocsSuggestions.json b/server/sonar-docs/src/EmbedDocsSuggestions.json index fce00fdf549..8408b1cde58 100644 --- a/server/sonar-docs/src/EmbedDocsSuggestions.json +++ b/server/sonar-docs/src/EmbedDocsSuggestions.json @@ -25,7 +25,13 @@ ], "custom_measures": [], "custom_metrics": [], - "global_permissions": [], + "global_permissions": [ + { + "link": "/documentation/organizations/manage-team", + "text": "Manage a Team", + "scope": "sonarcloud" + } + ], "issues": [ { "link": "/documentation/keyboard-shortcuts", @@ -42,6 +48,13 @@ ], "organization_projects": [ { + "link": "/documentation/organizations/manage-team", + "text": "Manage a Team", + "scope": "sonarcloud" + } + ], + "organization_space": [ + { "link": "/documentation/organizations/index", "text": "Organizations", "scope": "sonarcloud" @@ -58,8 +71,20 @@ "project_activity": [], "project_quality_gate": [], "project_quality_profiles": [], - "projects_management": [], - "projects": [], + "projects_management": [ + { + "link": "/documentation/analyze-a-project", + "text": "Analyze a Project", + "scope": "sonarcloud" + } + ], + "projects": [ + { + "link": "/documentation/analyze-a-project", + "text": "Analyze a Project", + "scope": "sonarcloud" + } + ], "quality_gates": [ { "link": "/documentation/fixing-the-water-leak", @@ -74,7 +99,13 @@ ], "settings": [], "system_info": [], - "user_groups": [], + "user_groups": [ + { + "link": "/documentation/organizations/manage-team", + "text": "Manage a Team", + "scope": "sonarcloud" + } + ], "users": [], "webhooks": [] } |