Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dev-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://alejandro-ao.github.io/tau/>.
User-facing documentation lives in `website/content/` and is published at
<https://twotimespi.dev/>.

## Contents

Expand Down
2 changes: 1 addition & 1 deletion website/content/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`.