Pro turns into Mentorship: unify CTAs, rename /pro, reorder nav#112
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reframes the individual offering from "corrode pro" to Mentorship, unifies the scattered blog call-to-actions into one consistent component, and tidies up the navigation.
The goal: make the site a clearer one-stop-shop for both teams (Consulting) and individuals (Mentorship), without confusing visitors or diluting the team-focused SEO.
What's in here
1.
/pro->/mentorshipcontent/pro/->content/mentorship/) withaliases = ["pro"]so old links redirect./mentorship(no more "Pro Rust Mentorship" / "corrode pro" drift).templates/pro.html->mentorship.html,sass/_pro.scss->_mentorship.scss.2. Unified blog CTA:
next_stepsshortcodetemplates/shortcodes/next_steps.html+sass/_next-steps.scss: a calm, docs-box CTA with an optional post-specificcontextline and two self-select paths (For your team ->/services, For yourself ->/mentorship).{% info(icon="crab") %}CTAs across 12 posts so every article routes both audiences consistently.3. Thinned salesy copy
memory-safety: removed redundant mid-article CTA boxes and the "Cost of Inaction" insurance pitch; kept the substantive regulatory content + internal links and a single end CTA.long-term-rust-maintenanceandwhy-rust: collapsed mixed/duplicate CTA boxes down to onenext_steps.4. Navigation
Home . Blog . Podcast . Migrate . Workshops . Mentorship . Consulting. Groups the two services adjacently and leads with the high-traffic content; Consulting stays the primary CTA button.5. Copy fix
Validation
zola build-> 89 pages, 0 orphan./proredirect alias verified; no stray/prolinks remain.Note for reviewers
The first commit ("Pro turns into Mentorship") also bundles a pre-existing refactor that extracts the inline
<nav>frombase.htmlintotemplates/snippets/nav.html(+ minor nav styling in_base.scss). Happy to split that out if you'd prefer it separate.