blob: 07d14b650eb0322f5c5324058d61abcad3a1e854 [file] [log] [blame]
Nabin Hait7ba4d022015-11-05 16:55:10 +05301source_link = "https://github.com/frappe/erpnext"
2docs_base_url = "https://frappe.github.io/erpnext"
Rushabh Mehtaab7021c2015-12-03 17:52:46 +05303headline = "ERPNext Documentation"
4sub_heading = "Detailed explanation for all ERPNext features and developer API"
Rushabh Mehtaedc8ab02015-11-18 16:48:19 +05305long_description = """ERPNext is a fully featured ERP system designed for Small and Medium Sized
6business. ERPNext covers a wide range of features including Accounting, CRM,
7Inventory management, Selling, Purchasing, Manufacturing, Projects, HR &
8Payroll, Website, E-Commerce and much more.
Nabin Hait7ba4d022015-11-05 16:55:10 +05309
Rushabh Mehtaedc8ab02015-11-18 16:48:19 +053010ERPNext is based on the Frappe Framework is highly customizable and extendable.
11You can create Custom Form, Fields, Scripts and can also create your own Apps
12to extend ERPNext functionality.
Nabin Hait7ba4d022015-11-05 16:55:10 +053013
Rushabh Mehtaedc8ab02015-11-18 16:48:19 +053014ERPNext is Open Source under the GNU General Public Licence v3 and has been
15listed as one of the Best Open Source Softwares in the world by my online
16blogs."""
Nabin Hait7ba4d022015-11-05 16:55:10 +053017
Rushabh Mehtaab7021c2015-12-03 17:52:46 +053018docs_version = "6.x.x"
Rushabh Mehta2f273672015-12-04 16:00:38 +053019splash_light_background = True
Rushabh Mehtaab7021c2015-12-03 17:52:46 +053020
Nabin Hait7ba4d022015-11-05 16:55:10 +053021def get_context(context):
Kanchan Chauhan2dbf5292016-04-12 23:58:20 +053022 context.brand_html = "ERPNext"
Rushabh Mehta2f273672015-12-04 16:00:38 +053023 context.app.splash_light_background = True
Nabin Haitf9ef0e42015-11-06 15:43:32 +053024 context.top_bar_items = [
Rushabh Mehtaab7021c2015-12-03 17:52:46 +053025 {"label": "User Manual", "url": context.docs_base_url + "/user/manual", "right": 1},
Nabin Haitf9ef0e42015-11-06 15:43:32 +053026 {"label": "Videos", "url": context.docs_base_url + "/user/videos", "right": 1},
Anand Doshied8d9da2016-02-17 17:14:08 +053027 {"label": "API Documentation", "url": context.docs_base_url + "/current", "right": 1}
Anand Doshi1c1eb702015-11-10 18:58:56 +053028 ]