blob: 9a80c8471994b24a2481c6c406f011f8aefc3850 [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"
19
Nabin Hait7ba4d022015-11-05 16:55:10 +053020def get_context(context):
Nabin Haitf9ef0e42015-11-06 15:43:32 +053021 context.top_bar_items = [
Rushabh Mehtaab7021c2015-12-03 17:52:46 +053022 {"label": "User Manual", "url": context.docs_base_url + "/user/manual", "right": 1},
Nabin Haitf9ef0e42015-11-06 15:43:32 +053023 {"label": "Videos", "url": context.docs_base_url + "/user/videos", "right": 1},
24 {"label": "Developer Docs", "url": context.docs_base_url + "/current", "right": 1}
Anand Doshi1c1eb702015-11-10 18:58:56 +053025 ]