docs: drop mid-migration notes (cutover complete)#958
Merged
Conversation
#897 is merged and the Jekyll source is gone from main, so src/content/docs is the single source of truth. Update the repo guides accordingly: - Remove the "Migration state"/"Migration status" sections (README + AGENTS). - Flip the content rule from "edit Jekyll source + migrate.mjs, don't touch src/content/docs" to "edit src/content/docs directly" (README/AGENTS/CLAUDE). - Mark migrate.mjs + switchover.mjs as legacy one-time tooling; AUDIT_LOG as the historical migration audit. Sidebar still generates from _data/navigation.yml via `npm run gen:sidebar`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jordanrburger
approved these changes
Jun 16, 2026
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.
Now that #897 is merged and the Jekyll source is gone from
main,src/content/docs/is the single source of truth — so the repo guides should stop describing a mid-migration repo. This is the cleanup step from the go-live checklist.README.md / AGENTS.md / CLAUDE.md:
src/content/docs/directly (was "edit the Jekyll source + runmigrate.mjs, don't touchsrc/content/docs/").migrate.mjs+switchover.mjsas legacy one-time tooling (still in-repo, no longer used);AUDIT_LOG.mdas the historical migration audit.Unchanged (still accurate): the sidebar still generates from
_data/navigation.ymlvianpm run gen:sidebar; deployment section left as-is.🤖 Generated with Claude Code