From cb3aff416c3d47e6274299e3948a7c4b57fa2039 Mon Sep 17 00:00:00 2001 From: Rishi943 <84287593+Rishi943@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:30:42 -0400 Subject: [PATCH] docs: fix stale docs paths and site URL from the pre-Hugo site 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 --- AGENTS.md | 2 +- CONTRIBUTING.md | 2 +- dev-notes/README.md | 4 ++-- website/content/contributing.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 2aede537a..5ddf268d6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -77,5 +77,5 @@ Each substantial phase should leave behind beginner-friendly notes under `dev-no - how to test or use it When a phase adds or changes user-facing behavior, also update the published docs -under `website/src/content/docs/` (the "Use Tau" guides and reference). +under `website/content/` (the guides and reference). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0283d5147..09a1b6fee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -109,7 +109,7 @@ For substantial architectural or phase-oriented work, add beginner-friendly note For user-facing behavior, update the published docs under: ```text -website/src/content/docs/ +website/content/ ``` ## Release process diff --git a/dev-notes/README.md b/dev-notes/README.md index 188031896..b80a9fee8 100644 --- a/dev-notes/README.md +++ b/dev-notes/README.md @@ -4,8 +4,8 @@ These are the internal, phase-by-phase build journals and design records for Tau They are **not** published on the docs site — they live here for contributors who want to trace how the system was assembled. -User-facing documentation lives in `website/src/content/docs/` and is published at -. +User-facing documentation lives in `website/content/` and is published at +. ## Contents diff --git a/website/content/contributing.md b/website/content/contributing.md index 00f8815af..f3cce7a9f 100644 --- a/website/content/contributing.md +++ b/website/content/contributing.md @@ -64,4 +64,4 @@ templates in `website/layouts/`. Each substantial phase should leave beginner-friendly notes in `dev-notes/` explaining what was added, why it exists, how it maps to [Pi](https://pi.dev)'s design, and how to test or use it. When a feature is user-facing, also update or -add the relevant page under `website/src/content/docs/`. +add the relevant page under `website/content/`.