Skip to content

Commit e7c1d86

Browse files
authored
add known issue link to installation guide (#3306)
1 parent f4bb0c7 commit e7c1d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_scripts/actions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ $(document).ready(function() {
614614
m = data.version.match("v([0-9\\.]+\\+([a-zA-Z]+))");
615615
if(m != null && m.length == 3) {
616616
ret += "<p>Once installation succeeds, visit <a href=\"./" + m[2] + "/" + m[1] + "/tutorials/getting_started.html\">Get Started</a> and <a href=\"./" + m[2] + "/" + m[1] + "/tutorials/examples.html\">Examples</a> sections to start using the extension in your code.</p>";
617+
ret += "<div>Check <a href=\"./" + m[2] + "/" + m[1] + "/tutorials/known_issues.html\">Known Issues</a> first if anything goes wrong.</div>";
617618
}
618619
ret += "</div>";
619620
indexa += 1;

0 commit comments

Comments
 (0)