diff --git a/erpnext/docs/user/manual/en/CRM/index.md b/erpnext/docs/user/manual/en/CRM/index.md index e394333b71..2cc7e98dc0 100644 --- a/erpnext/docs/user/manual/en/CRM/index.md +++ b/erpnext/docs/user/manual/en/CRM/index.md @@ -1,4 +1,3 @@ -#CRM # CRM ERPNext helps you track business **Opportunities** from **Leads** and diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js index 233bd2e496..d17bba807f 100644 --- a/erpnext/public/js/conf.js +++ b/erpnext/public/js/conf.js @@ -16,8 +16,25 @@ $(document).bind('toolbar_setup', function() { $('[data-link="docs"]').attr("href", "https://manual.erpnext.com") $('[data-link="issues"]').attr("href", "https://github.com/frappe/erpnext/issues") + + + // default documentation goes to erpnext + $('[data-link-type="documentation"]').attr('data-path', 'user/manual/index'); + + // additional help links for erpnext + var $help_menu = $('.dropdown-help ul .documentation-links'); + + $('