[docs] Fixed ref docs, image and video links

This commit is contained in:
Nabin Hait
2015-11-06 15:43:32 +05:30
parent fc51ec7f58
commit f9ef0e4e15
527 changed files with 897 additions and 890 deletions

View File

@@ -20,4 +20,11 @@ Among other things, ERPNext will help you to:
And a lot lot lot more."""
def get_context(context):
context.title = "ERPNext"
context.title = "ERPNext"
context.top_bar_items = [
{"label": "Contents", "url": context.docs_base_url + "/contents.html", "right": 1},
{"label": "User Guide", "url": context.docs_base_url + "/user/guides", "right": 1},
{"label": "Videos", "url": context.docs_base_url + "/user/videos", "right": 1},
{"label": "Developer Docs", "url": context.docs_base_url + "/current", "right": 1}
]