generated from nhcarrigan/template
feat: migrate mentorship wiki
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user