Navigation added for Employee Separation, Onboarding
diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py
index cbda477..c2ccbd3 100644
--- a/erpnext/config/hr.py
+++ b/erpnext/config/hr.py
@@ -200,6 +200,14 @@
 				{
 					"type": "doctype",
 					"name": "Employee Promotion",
+				},
+				{
+					"type": "doctype",
+					"name": "Employee Separation"
+				},
+				{
+					"type": "doctype",
+					"name": "Employee Onboarding"
 				}
 			]
 		},