[docs] First commit for docs
This commit is contained in:
9
erpnext/docs/contents.py
Normal file
9
erpnext/docs/contents.py
Normal 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)
|
||||
Reference in New Issue
Block a user