From b998b44aafeff3726122bbc491e2c84aed284b61 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 13 Jul 2018 12:27:02 +0200 Subject: SONAR-11013 Add search capabilities to the embedded documentation (#513) --- server/sonar-web/tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'server/sonar-web/tsconfig.json') diff --git a/server/sonar-web/tsconfig.json b/server/sonar-web/tsconfig.json index 11eaced5e1e..de52341049c 100644 --- a/server/sonar-web/tsconfig.json +++ b/server/sonar-web/tsconfig.json @@ -15,6 +15,7 @@ "sourceMap": true, "baseUrl": ".", "paths": { + "Docs/*": ["../sonar-docs/src/*"], "*": ["./src/main/js/@types/*"] } }, -- cgit v1.2.3