[docs] fixed Linked With and title
This commit is contained in:
@@ -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}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user