Skip to content

feat: split playbook into individual recipe pages#142

Merged
braboj merged 1 commit intomainfrom
feature/split-playbook
Apr 25, 2026
Merged

feat: split playbook into individual recipe pages#142
braboj merged 1 commit intomainfrom
feature/split-playbook

Conversation

@braboj
Copy link
Copy Markdown
Owner

@braboj braboj commented Apr 25, 2026

Summary

  • Split monolithic 07-playbook.md (48 recipes, 12 sections) into 11 individual recipe pages under chapters/playbook/ plus an index page
  • Each recipe page gets its own URL (e.g. /playbook/undoing-changes/) for independent SEO ranking
  • Extended remark link-rewriting plugin to handle subdirectory and sibling file links
  • Updated cross-references in glossary and appendix to point to specific recipe pages

Closes #129

Test plan

  • npm run build succeeds — 21 pages generated
  • Verify all 11 recipe links work from the playbook index
  • Verify glossary links to playbook/debugging and playbook/undoing-changes resolve
  • Verify appendix link to playbook index resolves
  • Verify Playbook tab still navigates to /playbook/

🤖 Generated with Claude Code

Split the monolithic playbook chapter into 11 individual recipe pages
under chapters/playbook/, each with its own URL for independent SEO
ranking. Updated cross-references in glossary and appendix, and
extended the remark link-rewriting plugin to handle subdirectory and
sibling file links.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@braboj braboj merged commit c45ab59 into main Apr 25, 2026
1 check passed
@braboj braboj deleted the feature/split-playbook branch April 25, 2026 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split playbook into individual recipe pages for SEO

1 participant