Skip to content

Commit

Permalink
Adds live translator doc link to help dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchardn committed Sep 14, 2022
1 parent b9f596f commit bf18f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion daliuge-translator/dlg/dropmake/web/pg_viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarExportDropdown">
<a href="javascript:void(0)" class="dropdown-item" onclick="$('#aboutModal').modal('toggle')">About</a>
<a href="https://daliuge.readthedocs.io/en/latest/basics.html#translator-service%22%3EDALiuGE" target="_blank" class="dropdown-item">Online Docs</a>
<a href="/docs" target="_blank" class="dropdown-item">Live Translator Docs</a>
<a href="https://daliuge.readthedocs.io/en/latest/basics.html#translator-service%22%3EDALiuGE" target="_blank" class="dropdown-item">Online DALiuGE Docs</a>
<a href="javascript:void(0)" class="dropdown-item" onclick="$('#shortcutsModal').modal('toggle')">Keyboard Shortcuts [K]</a>
</div>
</li>
Expand Down

0 comments on commit bf18f65

Please sign in to comment.