aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2021-06-15 08:34:38 +0200
committersonartech <sonartech@sonarsource.com>2021-06-15 20:03:20 +0000
commit39b69ce504c276f00d9f9ac9b93ff88068d91007 (patch)
tree6d7fca0b8dd7265e879556a00e3c19aa2494dbe0 /server
parentc0cdcd5ab6b99bccad9300ee2abea74323c09c36 (diff)
downloadsonarqube-39b69ce504c276f00d9f9ac9b93ff88068d91007.tar.gz
sonarqube-39b69ce504c276f00d9f9ac9b93ff88068d91007.zip
SONAR-14936 Add new suggestions to the Overview page
Diffstat (limited to 'server')
-rw-r--r--server/sonar-docs/src/EmbedDocsSuggestions.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/server/sonar-docs/src/EmbedDocsSuggestions.json b/server/sonar-docs/src/EmbedDocsSuggestions.json
index 64681cd559b..d7ae30ada67 100644
--- a/server/sonar-docs/src/EmbedDocsSuggestions.json
+++ b/server/sonar-docs/src/EmbedDocsSuggestions.json
@@ -75,16 +75,16 @@
],
"overview": [
{
- "link": "/documentation/user-guide/clean-as-you-code/",
- "text": "Clean as You Code"
+ "link": "/documentation/analysis/pull-request/",
+ "text": "Enable Pull Request Decoration"
},
{
- "link": "/documentation/branches/overview/",
- "text": "Branches Analysis"
+ "link": "/documentation/analysis/ci-integration-overview/",
+ "text": "Set up CI analysis"
},
{
- "link": "/documentation/analysis/pull-request/",
- "text": "Analyzing Pull Requests"
+ "link": "/documentation/user-guide/clean-as-you-code/",
+ "text": "Clean as You Code"
}
],
"permission_templates": [],