Skip to content

doc: remove old references to master#1462

Merged
franky47 merged 1 commit into
nextfrom
chore/master-cleanup
Jun 30, 2026
Merged

doc: remove old references to master#1462
franky47 merged 1 commit into
nextfrom
chore/master-cleanup

Conversation

@franky47

@franky47 franky47 commented Jun 30, 2026

Copy link
Copy Markdown
Member

Why

The repo was unified onto next in #1454, deleting the master branch. Several hardcoded master references in the docs were left behind. They surfaced in the production Vercel build for dpl_6Trb48kjJjn9GviMbaWwxDhiK36R:

  • getLastModified defaulted to branch = 'master', so the GitHub "last edit" fetch 404'd for every doc file (sha=master no longer resolves) — flooding the build log and silently falling back to build-time dates in the sitemap and registry RSS feed.
  • github.branch = "master" in utils.ts produced 404 links for "Edit on GitHub" / "View source" across docs and the Source: URLs in the llms.txt output.

Changes

  • Point github.branch at next and route getLastModified's owner/repo/branch through the shared github constant (single source of truth).
  • Drop the dead master entry from .vscode/settings.json.

Takes effect on the next deploy.

@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nuqs Ready Ready Preview, Comment Jun 30, 2026 1:01pm

@franky47 franky47 added the documentation Improvements or additions to documentation label Jun 30, 2026
@franky47 franky47 changed the title chore: remove old references to master doc: remove old references to master Jun 30, 2026
@franky47 franky47 marked this pull request as ready for review June 30, 2026 13:02
@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Caution

Review failed

An error occurred during the review process. Please try again later.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@franky47 franky47 merged commit f1ebbb2 into next Jun 30, 2026
37 checks passed
@franky47 franky47 deleted the chore/master-cleanup branch June 30, 2026 13:03
@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Caution

Review failed

An error occurred during the review process. Please try again later.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant