UX: add "Next Page" link to the bottom of each Handbook section based on ToC order - #168
Open
theronic wants to merge 1 commit into
Open
UX: add "Next Page" link to the bottom of each Handbook section based on ToC order#168theronic wants to merge 1 commit into
theronic wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Adds sequential navigation matching the README’s handbook order.
Changes:
- Adds “Continue to…” links across all non-final sections.
- Uses branch-safe relative Markdown links.
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
getting-started.md |
Links to Benefits & Perks. |
benefits-and-perks.md |
Links to How We Work. |
how-we-work.md |
Links to Making a Career. |
making-a-career.md |
Links to Our Rituals. |
our-rituals.md |
Links to Managing Work Devices. |
managing-work-devices.md |
Links to Our Internal Systems. |
our-internal-systems.md |
Links to Moonlighting. |
moonlighting.md |
Links to State Leave Provisions. |
stateFMLA.md |
Links to Severance Packages. |
severance.md |
Links to Titles for Designers. |
titles-for-designers.md |
Links to Titles for Ops. |
titles-for-ops.md |
Links to Titles for Programmers. |
titles-for-programmers.md |
Links to Titles for QA. |
titles-for-QA.md |
Links to Titles for Support. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
I was trying to read through the Basecamp Handbook, but there was no "Next Page" link and the order on GitHub is alphabetical instead of the order in the Table of Contents, so I added a small link at the bottom of each page that links to the next page, based on the intended order in the README.md. Avoids a click / browser nav back to ToC and a "where was I again?" feeling.
Before:
After:
Use it, don't use it 🤷🏻♂️