From a94b8a6c26155c87eeeb2393b75978458bb4f097 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9goire=20Aubert?= Date: Wed, 18 Jul 2018 18:00:20 +0200 Subject: [PATCH] SONARCLOUD-100 Remove noindex nofollow meta for SonarCloud documentation --- .../sonar-web/src/main/js/apps/documentation/components/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/js/apps/documentation/components/App.tsx b/server/sonar-web/src/main/js/apps/documentation/components/App.tsx index fa721d22893..24ae4b31954 100644 --- a/server/sonar-web/src/main/js/apps/documentation/components/App.tsx +++ b/server/sonar-web/src/main/js/apps/documentation/components/App.tsx @@ -116,7 +116,7 @@ export default class App extends React.PureComponent { return (
- + {!isSonarCloud() && } {({ top }) => ( -- 2.39.5