From 175595a26d3c2620b890fc43ed3050189442fdca Mon Sep 17 00:00:00 2001 From: Hikari Date: Tue, 26 May 2026 09:21:41 -0700 Subject: [PATCH] docs(mentorship): add programme sunset callout to all pages The open Mentorship Programme is being closed. A caution-style aside is now displayed at the top of every mentorship page (including the nested resource pages) explaining the sunset, describing the new invite-only personalised development programme, and pointing readers to the Discord community as the route to being noticed for an invite. --- src/content/docs/mentorship/00-faq.md | 8 ++++++++ src/content/docs/mentorship/01-onboarding.md | 8 ++++++++ src/content/docs/mentorship/02-goal-setting.md | 8 ++++++++ src/content/docs/mentorship/03-project-plan.md | 8 ++++++++ src/content/docs/mentorship/04-user-stories.md | 8 ++++++++ src/content/docs/mentorship/05-technical-breakdown.md | 8 ++++++++ src/content/docs/mentorship/06-priority-and-effort.md | 8 ++++++++ src/content/docs/mentorship/07-writing-code.md | 8 ++++++++ src/content/docs/mentorship/08-final-polish.md | 8 ++++++++ src/content/docs/mentorship/09-career-prep.md | 8 ++++++++ src/content/docs/mentorship/10-graduation.md | 8 ++++++++ src/content/docs/mentorship/resources/career-prep.md | 8 ++++++++ src/content/docs/mentorship/resources/code-development.md | 8 ++++++++ .../docs/mentorship/resources/code-review-checklist.md | 8 ++++++++ .../docs/mentorship/resources/final-polish-checklist.md | 8 ++++++++ src/content/docs/mentorship/resources/final-polish.md | 8 ++++++++ src/content/docs/mentorship/resources/goal-setting.md | 8 ++++++++ src/content/docs/mentorship/resources/priority-effort.md | 8 ++++++++ src/content/docs/mentorship/resources/project-planning.md | 8 ++++++++ .../docs/mentorship/resources/technical-breakdown.md | 8 ++++++++ src/content/docs/mentorship/resources/user-stories.md | 8 ++++++++ 21 files changed, 168 insertions(+) diff --git a/src/content/docs/mentorship/00-faq.md b/src/content/docs/mentorship/00-faq.md index 3dcd7eb..1175f88 100644 --- a/src/content/docs/mentorship/00-faq.md +++ b/src/content/docs/mentorship/00-faq.md @@ -2,6 +2,14 @@ title: 00. Frequently Asked Questions --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **PROVIDING ANSWERS TO FREQUENTLY ASKED QUESTIONS REGARDING THE MENTORSHIP PROGRAMME** ## 1. INTRODUCTION AND LEGAL FRAMEWORK diff --git a/src/content/docs/mentorship/01-onboarding.md b/src/content/docs/mentorship/01-onboarding.md index 11d022d..bc7d9b6 100644 --- a/src/content/docs/mentorship/01-onboarding.md +++ b/src/content/docs/mentorship/01-onboarding.md @@ -2,6 +2,14 @@ title: 01. Onboarding --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **ESTABLISHING ONBOARDING PROCEDURES AND REQUIREMENTS FOR MENTORSHIP PROGRAMME PARTICIPANTS** ## 1. INTRODUCTION AND LEGAL FRAMEWORK diff --git a/src/content/docs/mentorship/02-goal-setting.md b/src/content/docs/mentorship/02-goal-setting.md index 82d2a1f..542fc7e 100644 --- a/src/content/docs/mentorship/02-goal-setting.md +++ b/src/content/docs/mentorship/02-goal-setting.md @@ -2,6 +2,14 @@ title: 02. Goal Setting --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **ESTABLISHING GOAL-SETTING PROCEDURES AND REQUIREMENTS FOR MENTORSHIP PROGRAMME PARTICIPANTS** ## 1. INTRODUCTION AND LEGAL FRAMEWORK diff --git a/src/content/docs/mentorship/03-project-plan.md b/src/content/docs/mentorship/03-project-plan.md index e02794f..9367c7b 100644 --- a/src/content/docs/mentorship/03-project-plan.md +++ b/src/content/docs/mentorship/03-project-plan.md @@ -2,6 +2,14 @@ title: 03. Project Planning --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **ESTABLISHING PROJECT PLANNING PROCEDURES AND REQUIREMENTS FOR MENTORSHIP PROGRAMME PARTICIPANTS** ## 1. INTRODUCTION AND LEGAL FRAMEWORK diff --git a/src/content/docs/mentorship/04-user-stories.md b/src/content/docs/mentorship/04-user-stories.md index 1dd9cde..978c509 100644 --- a/src/content/docs/mentorship/04-user-stories.md +++ b/src/content/docs/mentorship/04-user-stories.md @@ -2,6 +2,14 @@ title: 04. User Stories --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **ESTABLISHING USER STORY DEVELOPMENT PROCEDURES AND REQUIREMENTS FOR MENTORSHIP PROGRAMME PARTICIPANTS** ## 1. INTRODUCTION AND LEGAL FRAMEWORK diff --git a/src/content/docs/mentorship/05-technical-breakdown.md b/src/content/docs/mentorship/05-technical-breakdown.md index 08580f0..212ab2c 100644 --- a/src/content/docs/mentorship/05-technical-breakdown.md +++ b/src/content/docs/mentorship/05-technical-breakdown.md @@ -2,6 +2,14 @@ title: 05. Technical Breakdown --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **ESTABLISHING TECHNICAL BREAKDOWN PROCEDURES AND REQUIREMENTS FOR MENTORSHIP PROGRAMME PARTICIPANTS** ## 1. INTRODUCTION AND LEGAL FRAMEWORK diff --git a/src/content/docs/mentorship/06-priority-and-effort.md b/src/content/docs/mentorship/06-priority-and-effort.md index ff6afe9..a38a4f5 100644 --- a/src/content/docs/mentorship/06-priority-and-effort.md +++ b/src/content/docs/mentorship/06-priority-and-effort.md @@ -2,6 +2,14 @@ title: 06. Priority and Effort --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **ESTABLISHING PRIORITY AND EFFORT ASSIGNMENT PROCEDURES FOR MENTORSHIP PROGRAMME PARTICIPANTS** ## 1. INTRODUCTION AND LEGAL FRAMEWORK diff --git a/src/content/docs/mentorship/07-writing-code.md b/src/content/docs/mentorship/07-writing-code.md index 388f033..6be5552 100644 --- a/src/content/docs/mentorship/07-writing-code.md +++ b/src/content/docs/mentorship/07-writing-code.md @@ -2,6 +2,14 @@ title: 07. Writing Code --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **ESTABLISHING CODE DEVELOPMENT PROCEDURES AND REQUIREMENTS FOR MENTORSHIP PROGRAMME PARTICIPANTS** ## 1. INTRODUCTION AND LEGAL FRAMEWORK diff --git a/src/content/docs/mentorship/08-final-polish.md b/src/content/docs/mentorship/08-final-polish.md index e534f8a..00754e8 100644 --- a/src/content/docs/mentorship/08-final-polish.md +++ b/src/content/docs/mentorship/08-final-polish.md @@ -2,6 +2,14 @@ title: 08. Final Polish --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **ESTABLISHING FINAL POLISH AND DEPLOYMENT PROCEDURES FOR MENTORSHIP PROGRAMME PARTICIPANTS** ## 1. INTRODUCTION AND LEGAL FRAMEWORK diff --git a/src/content/docs/mentorship/09-career-prep.md b/src/content/docs/mentorship/09-career-prep.md index 078ec89..f64234a 100644 --- a/src/content/docs/mentorship/09-career-prep.md +++ b/src/content/docs/mentorship/09-career-prep.md @@ -2,6 +2,14 @@ title: 09. Career Prep --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **ESTABLISHING CAREER PREPARATION PROCEDURES AND REQUIREMENTS FOR MENTORSHIP PROGRAMME PARTICIPANTS** ## 1. INTRODUCTION AND LEGAL FRAMEWORK diff --git a/src/content/docs/mentorship/10-graduation.md b/src/content/docs/mentorship/10-graduation.md index bf5866d..11fb0d0 100644 --- a/src/content/docs/mentorship/10-graduation.md +++ b/src/content/docs/mentorship/10-graduation.md @@ -2,6 +2,14 @@ title: 10. Graduation --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **ESTABLISHING GRADUATION CRITERIA AND ALUMNI PROGRAMME PROCEDURES FOR MENTORSHIP PROGRAMME PARTICIPANTS** ## 1. INTRODUCTION AND LEGAL FRAMEWORK diff --git a/src/content/docs/mentorship/resources/career-prep.md b/src/content/docs/mentorship/resources/career-prep.md index 9342fa2..67d113f 100644 --- a/src/content/docs/mentorship/resources/career-prep.md +++ b/src/content/docs/mentorship/resources/career-prep.md @@ -2,6 +2,14 @@ title: Career Preparation Resources --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **RESUME TEMPLATES, LINKEDIN GUIDES, APPLICATION GUIDES, INTERVIEW RESOURCES, AND JOB SEARCH STRATEGIES** ## Resume Templates diff --git a/src/content/docs/mentorship/resources/code-development.md b/src/content/docs/mentorship/resources/code-development.md index c42c3be..555e0d5 100644 --- a/src/content/docs/mentorship/resources/code-development.md +++ b/src/content/docs/mentorship/resources/code-development.md @@ -2,6 +2,14 @@ title: Code Development Resources --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **CODE REVIEW CHECKLIST, SELF-REVIEW GUIDELINES, AND BEST PRACTICES** ## Code Review Checklist diff --git a/src/content/docs/mentorship/resources/code-review-checklist.md b/src/content/docs/mentorship/resources/code-review-checklist.md index b220b77..7352f91 100644 --- a/src/content/docs/mentorship/resources/code-review-checklist.md +++ b/src/content/docs/mentorship/resources/code-review-checklist.md @@ -2,6 +2,14 @@ title: Code Review Checklist --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **SELF-REVIEW CHECKLIST FOR CODE QUALITY** Use this checklist to review your own code before merging pull requests or when preparing for optional code reviews. diff --git a/src/content/docs/mentorship/resources/final-polish-checklist.md b/src/content/docs/mentorship/resources/final-polish-checklist.md index 1515d22..dcc735e 100644 --- a/src/content/docs/mentorship/resources/final-polish-checklist.md +++ b/src/content/docs/mentorship/resources/final-polish-checklist.md @@ -2,6 +2,14 @@ title: Final Polish Checklist --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **COMPREHENSIVE CHECKLIST FOR PROJECT FINAL POLISH** Use this checklist to ensure your flagship project is ready for professional presentation. diff --git a/src/content/docs/mentorship/resources/final-polish.md b/src/content/docs/mentorship/resources/final-polish.md index 21a18ff..847dff0 100644 --- a/src/content/docs/mentorship/resources/final-polish.md +++ b/src/content/docs/mentorship/resources/final-polish.md @@ -2,6 +2,14 @@ title: Final Polish Resources --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **FINAL POLISH CHECKLIST, CODE CLEANUP GUIDELINES, DOCUMENTATION TEMPLATES, AND DEPLOYMENT GUIDES** ## Final Polish Checklist diff --git a/src/content/docs/mentorship/resources/goal-setting.md b/src/content/docs/mentorship/resources/goal-setting.md index 3962055..1c12e37 100644 --- a/src/content/docs/mentorship/resources/goal-setting.md +++ b/src/content/docs/mentorship/resources/goal-setting.md @@ -2,6 +2,14 @@ title: Goal Setting Resources --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **ROADMAP TEMPLATES AND GOAL-SETTING RESOURCES** ## Roadmap Templates diff --git a/src/content/docs/mentorship/resources/priority-effort.md b/src/content/docs/mentorship/resources/priority-effort.md index 1479bfd..991b22f 100644 --- a/src/content/docs/mentorship/resources/priority-effort.md +++ b/src/content/docs/mentorship/resources/priority-effort.md @@ -2,6 +2,14 @@ title: Priority and Effort Resources --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **PRIORITY ASSIGNMENT AND EFFORT ESTIMATION GUIDES** ## Priority Assignment Guide diff --git a/src/content/docs/mentorship/resources/project-planning.md b/src/content/docs/mentorship/resources/project-planning.md index cb693fe..aa73133 100644 --- a/src/content/docs/mentorship/resources/project-planning.md +++ b/src/content/docs/mentorship/resources/project-planning.md @@ -2,6 +2,14 @@ title: Project Planning Resources --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **PROJECT PLAN EXAMPLES AND BRAINSTORMING GUIDES** ## Project Plan Example diff --git a/src/content/docs/mentorship/resources/technical-breakdown.md b/src/content/docs/mentorship/resources/technical-breakdown.md index eaf0e49..d18c00a 100644 --- a/src/content/docs/mentorship/resources/technical-breakdown.md +++ b/src/content/docs/mentorship/resources/technical-breakdown.md @@ -2,6 +2,14 @@ title: Technical Breakdown Resources --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **TECHNICAL BREAKDOWN TEMPLATE AND EXAMPLES** ## Technical Breakdown Template diff --git a/src/content/docs/mentorship/resources/user-stories.md b/src/content/docs/mentorship/resources/user-stories.md index 4893390..15aaf1b 100644 --- a/src/content/docs/mentorship/resources/user-stories.md +++ b/src/content/docs/mentorship/resources/user-stories.md @@ -2,6 +2,14 @@ title: User Story Resources --- +:::caution[Programme Sunset] +The open Mentorship Programme has been sunset and is no longer accepting new participants. These pages remain available as reference material. + +I'm now running a private, personalised professional development programme on an invite-only basis - hand-selecting a small number of participants so the shape of each journey can be built around them. There is no application process; participation is by direct invitation only. + +Being active in my [Discord community](https://chat.nhcarrigan.com/) increases your chances of being invited. +::: + **USER STORY TEMPLATES, EXAMPLES, AND WRITING GUIDES** ## User Story Format