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/`.