Docs in website (#10149)

* [docs] move to erpnext.org

* [docs]

* [minor] add title
This commit is contained in:
Rushabh Mehta
2017-07-28 11:44:08 +05:30
committed by GitHub
parent 1c8d8a9720
commit bead70b43a
11 changed files with 29 additions and 19 deletions

View File

@@ -1,12 +1,11 @@
from __future__ import unicode_literals
docs_version = "7.x.x"
source_link = "https://github.com/frappe/erpnext"
docs_base_url = "https://frappe.github.io/erpnext"
headline = "ERPNext Documentation"
sub_heading = "Detailed explanation for all ERPNext features and developer API"
long_description = """ERPNext is a fully featured ERP system designed for Small and Medium Sized
headline = "ERP Made Simple"
sub_heading = "ERPNext User Guides and API References"
long_description = """
ERPNext is a fully featured ERP system designed for Small and Medium Sized
business. ERPNext covers a wide range of features including Accounting, CRM,
Inventory management, Selling, Purchasing, Manufacturing, Projects, HR &
Payroll, Website, E-Commerce and much more.
@@ -17,7 +16,15 @@ to extend ERPNext functionality.
ERPNext is Open Source under the GNU General Public Licence v3 and has been
listed as one of the Best Open Source Softwares in the world by many online
blogs."""
blogs.
### Getting Started
To install ERPNext on a server, you will need to install [Frappe Bench](https://github.com/frappe/bench).
You can also start a free 30 day trial at [https://erpnext.com](https://erpnext.com)
"""
splash_light_background = True
google_analytics_id = 'UA-8911157-22'