generated from nhcarrigan/template
This commit is contained in:
@@ -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)),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user