feat: migrate mentorship wiki

This commit is contained in:
2025-10-29 19:53:22 -07:00
parent 4298548347
commit 2d3d684894
13 changed files with 495 additions and 7 deletions
+50
View File
@@ -163,6 +163,56 @@ export const navigation = [
}
].sort((a, b) => a.label.localeCompare(b.label)),
},
{
label: "Mentorship Programme",
collapsed: true,
items: [
{
label: "00. Frequently Asked Questions",
link: "/mentorship/00-faq",
},
{
label: "01. Onboarding",
link: "/mentorship/01-onboarding",
},
{
label: "02. Goal Setting",
link: "/mentorship/02-goal-setting",
},
{
label: "03. Project Planning",
link: "/mentorship/03-project-plan",
},
{
label: "04. User Stories",
link: "/mentorship/04-user-stories",
},
{
label: "05. Technical Breakdown",
link: "/mentorship/05-technical-breakdown",
},
{
label: "06. Priority and Effort",
link: "/mentorship/06-priority-and-effort",
},
{
label: "07. Writing Code",
link: "/mentorship/07-writing-code",
},
{
label: "08. Final Polish",
link: "/mentorship/08-final-polish",
},
{
label: "09. Career Prep",
link: "/mentorship/09-career-prep",
},
{
label: "10. Graduation",
link: "/mentorship/10-graduation",
},
].sort((a, b) => a.label.localeCompare(b.label)),
},
{
label: "Project Documentation",
collapsed: true,