[docs] fixed Linked With and title

This commit is contained in:
Anand Doshi
2015-11-10 18:58:56 +05:30
parent f9ef0e4e15
commit 1c1eb7018c
99 changed files with 4512 additions and 3265 deletions

View File

@@ -20,11 +20,9 @@ Among other things, ERPNext will help you to:
And a lot lot lot more."""
def get_context(context):
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}
]
]