docs: fix stale docs paths left over from the pre-Hugo site#328
Open
Rishi943 wants to merge 1 commit into
Open
docs: fix stale docs paths left over from the pre-Hugo site#328Rishi943 wants to merge 1 commit into
Rishi943 wants to merge 1 commit into
Conversation
CONTRIBUTING.md, AGENTS.md, dev-notes/README.md, and the published contributing page still pointed at website/src/content/docs/, the Astro Starlight tree removed in the Hugo migration; the actual docs live in website/content/. Also update the published-site URL in dev-notes to twotimespi.dev to match hugo.toml. Co-Authored-By: Claude Fable 5 <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.
Motivation
The contributor docs still point at documentation paths from two site migrations ago. The docs tree moved MkDocs → Astro Starlight (
website/src/content/docs/, fcd0d39) → Hugo (website/content/), but four references were never updated, so CONTRIBUTING.md, AGENTS.md, and the published contributing page all tell contributors (and coding agents following AGENTS.md) to put docs in a directory that doesn't exist.Changes
CONTRIBUTING.md— published-docs pathwebsite/src/content/docs/→website/content/AGENTS.md— same path fix (this one actively misroutes coding agents that follow it)website/content/contributing.md— same path fix; the page already states the correctwebsite/content/location three paragraphs earlier, so this also removes a self-contradiction on the published sitedev-notes/README.md— same path fix, plus the published-site URLalejandro-ao.github.io/tau→twotimespi.dev(matchesbaseURLinwebsite/hugo.toml)Checks
Test-Path website/src→ false (confirmed the referenced tree is gone)website/content/references verified against the actual tree🤖 Disclosure: found and drafted with Claude Code (Claude Fable 5) as my pair-programming agent; reviewed and submitted by me (@Rishi943).