From 39b69ce504c276f00d9f9ac9b93ff88068d91007 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Tue, 15 Jun 2021 08:34:38 +0200 Subject: [PATCH] SONAR-14936 Add new suggestions to the Overview page --- server/sonar-docs/src/EmbedDocsSuggestions.json | 12 ++++++------ 1 file 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": [], -- 2.39.5