feat: overhaul mentorship programme
Node.js CI / Lint and Test (push) Successful in 1m42s

This commit is contained in:
2025-11-14 15:32:19 -08:00
parent f8f787bde9
commit 7bfff6a4f0
23 changed files with 2549 additions and 281 deletions
+46
View File
@@ -211,6 +211,52 @@ export const navigation = [
label: "10. Graduation",
link: "/mentorship/10-graduation",
},
{
label: "Resources",
collapsed: true,
items: [
{
label: "Goal Setting Resources",
link: "/mentorship/resources/goal-setting",
},
{
label: "Project Planning Resources",
link: "/mentorship/resources/project-planning",
},
{
label: "User Story Resources",
link: "/mentorship/resources/user-stories",
},
{
label: "Technical Breakdown Resources",
link: "/mentorship/resources/technical-breakdown",
},
{
label: "Priority and Effort Resources",
link: "/mentorship/resources/priority-effort",
},
{
label: "Code Development Resources",
link: "/mentorship/resources/code-development",
},
{
label: "Code Review Checklist",
link: "/mentorship/resources/code-review-checklist",
},
{
label: "Final Polish Resources",
link: "/mentorship/resources/final-polish",
},
{
label: "Final Polish Checklist",
link: "/mentorship/resources/final-polish-checklist",
},
{
label: "Career Preparation Resources",
link: "/mentorship/resources/career-prep",
},
].sort((a, b) => a.label.localeCompare(b.label)),
}
].sort((a, b) => a.label.localeCompare(b.label)),
},
{