docs(develop-docs): group playbooks index into logical sections#16519
Merged
docs(develop-docs): group playbooks index into logical sections#16519
Conversation
Replace flat PageGrid with manually grouped sections: - Setup & Onboarding - Day-to-Day Development - Cross-SDK Processes - SDK Lifecycle Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Reorganize the flat playbooks list into four subfolders so the sidebar reflects the same grouping: - setup/ — Setup & Onboarding - development/ — Day-to-Day Development - coordination/ — Cross-SDK Processes - sdk-lifecycle/ — SDK Lifecycle Update all cross-references in playbooks and standards to match the new URL structure. Co-Authored-By: Claude <noreply@anthropic.com>
stephanie-anderson
approved these changes
Feb 23, 2026
Contributor
stephanie-anderson
left a comment
There was a problem hiding this comment.
@dingsdax Pls add redirects, everything else seems fine!
Playbooks were reorganized into grouped subfolders (development/, coordination/, sdk-lifecycle/, setup/). Add redirects from the old flat URLs to the new paths so existing links don't break. Co-Authored-By: Claude <noreply@anthropic.com>
The anchor link https://github.com/getsentry/sdk-skills#available-skills cannot be resolved by lychee (GitHub anchor fragments require JavaScript rendering). Add it to .lycheeignore to prevent false failures. Co-Authored-By: Claude <noreply@anthropic.com>
The previous pattern only matched fragment-only URLs (#...) but the actual link uses ?tab=readme-ov-file#available-skills. Widen the pattern to cover all URLs for the private sdk-skills repo. Co-Authored-By: Claude <noreply@anthropic.com>
Two pre-existing redirects pointed to intermediate paths that this PR also redirects, creating double-hops. Update their destinations directly to the new grouped paths: - /sdk/processes/releases/ → .../setup/setting-up-release-infrastructure/ - /sdk/miscellaneous/feature-branches/ → .../development/syncing-feature-branches/ Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
The previous pattern only matched https:// but not http://, leaving the http variant uncovered. Use https?:// to be consistent with all other entries in .lycheeignore. Co-Authored-By: Claude <noreply@anthropic.com>
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.
Replace flat PageGrid with manually grouped sections:
DESCRIBE YOUR PR
Tell us what you're changing and why. If your PR resolves an issue, please link it so it closes automatically.
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
LEGAL BOILERPLATE
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
EXTRA RESOURCES