Skip to content

docs: fix stale docs paths left over from the pre-Hugo site#328

Open
Rishi943 wants to merge 1 commit into
huggingface:mainfrom
Rishi943:docs/fix-stale-doc-paths
Open

docs: fix stale docs paths left over from the pre-Hugo site#328
Rishi943 wants to merge 1 commit into
huggingface:mainfrom
Rishi943:docs/fix-stale-doc-paths

Conversation

@Rishi943

@Rishi943 Rishi943 commented Jul 9, 2026

Copy link
Copy Markdown

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 path website/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 correct website/content/ location three paragraphs earlier, so this also removes a self-contradiction on the published site
  • dev-notes/README.md — same path fix, plus the published-site URL alejandro-ao.github.io/tautwotimespi.dev (matches baseURL in website/hugo.toml)

Checks

  • Test-Path website/src → false (confirmed the referenced tree is gone)
  • Remaining website/content/ references verified against the actual tree
  • Docs-only change; no code touched

🤖 Disclosure: found and drafted with Claude Code (Claude Fable 5) as my pair-programming agent; reviewed and submitted by me (@Rishi943).

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>
@Rishi943 Rishi943 requested a review from alejandro-ao as a code owner July 9, 2026 17:30
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.

1 participant