Skip to content

Eliminate dual-source content model#115

Merged
braboj merged 1 commit into
mainfrom
feature/single-source-content
Apr 25, 2026
Merged

Eliminate dual-source content model#115
braboj merged 1 commit into
mainfrom
feature/single-source-content

Conversation

@braboj

@braboj braboj commented Apr 25, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add remark plugin to rewrite NN-slug.md links to ../slug/ at build time
  • Point Astro content collection at chapters/ directly
  • Delete 9 duplicate files from astro-site/src/content/docs/
  • Update PLAYBOOK.md and CLAUDE.md to reflect single-source model

Closes #105

Test plan

  • npm run build passes (10 pages, 29 images)
  • No leftover NN-slug.md links in build output
  • Cross-references render correctly (verified glossary links)
  • Verify on live site after deploy

Generated with Claude Code

Point Astro content collection at chapters/ directly and add a remark
plugin to rewrite NN-slug.md links to ../slug/ at build time. Delete
the duplicate content in astro-site/src/content/docs/.

Closes #105

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@braboj braboj merged commit 4d16f5d into main Apr 25, 2026
1 check failed
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.

Eliminate dual-source content model with remark plugin

1 participant