chore: Add frappe school links (#35995)

Frappe School provides plenty of free tutorial for learning ERPNext.
This commit is contained in:
Ankush Menat
2023-07-04 14:58:45 +05:30
committed by GitHub
parent 8179d6a30d
commit a449a4be29
7 changed files with 234 additions and 129 deletions

View File

@@ -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",