[docs] First commit for docs

This commit is contained in:
Nabin Hait
2015-11-05 16:55:10 +05:30
parent 87b5fcb3b5
commit 7ba4d02444
669 changed files with 110435 additions and 5 deletions

23
erpnext/config/docs.py Normal file
View File

@@ -0,0 +1,23 @@
source_link = "https://github.com/frappe/erpnext"
docs_base_url = "https://frappe.github.io/erpnext"
headline = "Learn ERPNext Inside Out"
sub_heading = "Find detailed explanation for all ERPNext features"
long_description = """
ERPNext helps you to manage all your business information in one application and use it to manage operations and take decisions based on data.
Among other things, ERPNext will help you to:
- Track all Invoices and Payments.
- Know what quantity of which product is available in stock.
- Identify open customer queries.
- Manage payroll.
- Assign tasks and follow up on them.
- Maintain a database of all your customers, suppliers and their contacts.
- Prepare quotes.
- Get reminders on maintenance schedules.
- Publish your website.
And a lot lot lot more."""
def get_context(context):
context.title = "ERPNext"