From 23ec18e3e4ff80cec13113a055e68e211298b086 Mon Sep 17 00:00:00 2001 From: Kenneth Sequeira Date: Fri, 19 Oct 2018 03:28:12 +0530 Subject: [PATCH 1/2] added docs_app variable to point docs to foundation app --- erpnext/hooks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 5f1e7d4243..ee31e32a3b 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -15,6 +15,8 @@ develop_version = '10.x.x-develop' error_report_email = "support@erpnext.com" +docs_app = "foundation" + app_include_js = "assets/js/erpnext.min.js" app_include_css = "assets/css/erpnext.css" web_include_js = "assets/js/erpnext-web.min.js" From 991c121b5751395233934755802892a966046b63 Mon Sep 17 00:00:00 2001 From: Kenneth Sequeira Date: Fri, 19 Oct 2018 14:31:21 +0530 Subject: [PATCH 2/2] added source link for ERPNext docs --- erpnext/config/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/config/docs.py b/erpnext/config/docs.py index 6e505647c0..85e600687f 100644 --- a/erpnext/config/docs.py +++ b/erpnext/config/docs.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -source_link = "https://github.com/frappe/erpnext" \ No newline at end of file +source_link = "https://github.com/erpnext/foundation"