From e7c1d86100b66b46bfccba2db1a207f674a015e6 Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Wed, 16 Oct 2024 13:50:11 +0900 Subject: [PATCH] add known issue link to installation guide (#3306) --- _scripts/actions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/_scripts/actions.js b/_scripts/actions.js index 409058c1e..8c547a184 100644 --- a/_scripts/actions.js +++ b/_scripts/actions.js @@ -614,6 +614,7 @@ $(document).ready(function() { m = data.version.match("v([0-9\\.]+\\+([a-zA-Z]+))"); if(m != null && m.length == 3) { ret += "

Once installation succeeds, visit Get Started and Examples sections to start using the extension in your code.

"; + ret += "
Check Known Issues first if anything goes wrong.
"; } ret += ""; indexa += 1;