[feat] Modified help config
This commit is contained in:
parent
50e552321b
commit
c6c1628c8a
@ -14,7 +14,7 @@ $(document).bind('toolbar_setup', function() {
|
||||
$('.navbar-home').html('<img class="erpnext-icon" src="'+
|
||||
frappe.urllib.get_base_url()+'/assets/erpnext/images/erp-icon.svg" />');
|
||||
|
||||
$('[data-link="docs"]').attr("href", "https://frappe.github.io/erpnext/")
|
||||
$('[data-link="docs"]').attr("href", "https://erpnext.com/docs")
|
||||
$('[data-link="issues"]').attr("href", "https://github.com/frappe/erpnext/issues")
|
||||
|
||||
|
||||
@ -23,7 +23,8 @@ $(document).bind('toolbar_setup', function() {
|
||||
|
||||
// additional help links for erpnext
|
||||
var $help_menu = $('.dropdown-help ul .documentation-links');
|
||||
|
||||
$('<li><a data-link-type="forum" href="https://erpnext.org/docs/user/manual" \
|
||||
target="_blank">'+__('Documentation')+'</a></li>').insertBefore($help_menu);
|
||||
$('<li><a data-link-type="forum" href="https://discuss.erpnext.com" \
|
||||
target="_blank">'+__('User Forum')+'</a></li>').insertBefore($help_menu);
|
||||
$('<li><a href="https://gitter.im/frappe/erpnext" \
|
||||
|
Loading…
Reference in New Issue
Block a user