chore: updated education config
diff --git a/erpnext/config/education.py b/erpnext/config/education.py
index 3e8d2ca..10dba50 100644
--- a/erpnext/config/education.py
+++ b/erpnext/config/education.py
@@ -8,7 +8,8 @@
 			"items": [
 				{
 					"type": "doctype",
-					"name": "Student"
+					"name": "Student",
+					"onboard": 1,
 				},
 				{
 					"type": "doctype",
@@ -172,7 +173,7 @@
 				{
 					"type": "doctype",
 					"name": "Course Schedule",
-					"route": "List/Course Schedule/Calendar"
+					"route": "#List/Course Schedule/Calendar"
 				},
 				{
 					"type": "doctype",
@@ -185,7 +186,11 @@
 			"items": [
 				{
 					"type": "doctype",
-					"name": "Program"
+					"name": "Program",
+				},
+				{
+					"name": "Course",
+					"onboard": 1,
 				},
 				{
 					"type": "doctype",
@@ -193,11 +198,16 @@
 				},
 				{
 					"type": "doctype",
-					"name": "Topic"
+					"name": "Topic",
+				},
+				{
+					"name": "Instructor",
+					"onboard": 1,
 				},
 				{
 					"type": "doctype",
-					"name": "Room"
+					"name": "Room",
+					"onboard": 1,
 				}
 			]
 		},
@@ -248,7 +258,8 @@
 				},
 				{
 					"type": "doctype",
-					"name": "Grading Scale"
+					"name": "Grading Scale",
+					"onboard": 1,
 				},
 				{
 					"type": "doctype",