[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

9
erpnext/docs/contents.py Normal file
View File

@@ -0,0 +1,9 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals
import frappe
from frappe.website.utils import get_full_index
def get_context(context):
context.full_index = get_full_index(extn = True)