From 8c2114445dd52a978711b98dcc3e38dcf080ca79 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 17 Feb 2016 18:25:36 +0530 Subject: [PATCH] [fix] change Documentation to API Documentation --- frappe/config/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/config/docs.py b/frappe/config/docs.py index 2fc1f5acc7..e6f77bc1dd 100644 --- a/frappe/config/docs.py +++ b/frappe/config/docs.py @@ -27,5 +27,5 @@ docs_version = "6.x.x" def get_context(context): context.top_bar_items = [ {"label": "Developer Tutorials", "url": context.docs_base_url + "/user", "right": 1}, - {"label": "Documentation", "url": context.docs_base_url + "/current", "right": 1} + {"label": "API Documentation", "url": context.docs_base_url + "/current", "right": 1} ]