chore: Add frappe school links (#35995)
Frappe School provides plenty of free tutorial for learning ERPNext.
This commit is contained in:
@@ -169,7 +169,7 @@ def add_standard_navbar_items():
|
||||
{
|
||||
"item_label": "Documentation",
|
||||
"item_type": "Route",
|
||||
"route": "https://docs.erpnext.com/docs/v14/user/manual/en/introduction",
|
||||
"route": "https://docs.erpnext.com/",
|
||||
"is_standard": 1,
|
||||
},
|
||||
{
|
||||
@@ -178,6 +178,12 @@ def add_standard_navbar_items():
|
||||
"route": "https://discuss.frappe.io",
|
||||
"is_standard": 1,
|
||||
},
|
||||
{
|
||||
"item_label": "Frappe School",
|
||||
"item_type": "Route",
|
||||
"route": "https://frappe.school?utm_source=in_app",
|
||||
"is_standard": 1,
|
||||
},
|
||||
{
|
||||
"item_label": "Report an Issue",
|
||||
"item_type": "Route",
|
||||
|
||||
Reference in New Issue
Block a user