Skip to content

Commit

Permalink
add known issue link to installation guide (#3306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Oct 16, 2024
1 parent f4bb0c7 commit e7c1d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _scripts/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ $(document).ready(function() {
m = data.version.match("v([0-9\\.]+\\+([a-zA-Z]+))");
if(m != null && m.length == 3) {
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>";
ret += "<div>Check <a href=\"./" + m[2] + "/" + m[1] + "/tutorials/known_issues.html\">Known Issues</a> first if anything goes wrong.</div>";
}
ret += "</div>";
indexa += 1;
Expand Down

0 comments on commit e7c1d86

Please sign in to comment.