Skip to content
Merged
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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,16 @@ loudly.
hands the compiler one file. That is the only one: the other twenty-nine were
checked through the pinned artifact and every one of them is clean.

The learning page follows the same version boundary for prose. Its tutorial,
reference, examples, and how-to links point at the pinned release rather than
at a moving `main`, so a reader cannot silently get documentation for a
different language than the playground runs.

## Layout

```
index.html what the language reviews and why that matters
index.html why Deed exists, where it fits, its tools, and its review receipt
learn/ three starting routes and the versioned learning index
play/ the playground
agents/ review receipts and what `deed mcp` hands back, asked in the tab
errors/ every diagnostic code, read out of the compiler
Expand Down
5 changes: 3 additions & 2 deletions agents/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ <h2>A function can only do what its signature admits to.</h2>
</header>

<nav class="site">
<a href="../one-clause/">One clause</a>
<a href="../one-clause/">Why Deed</a>
<a href="../learn/">Learn</a>
<a href="../play/">Playground</a>
<a href="./" class="active">For agents</a>
<a href="./" class="active">Agents</a>
<a href="../errors/">Diagnostics</a>
<a href="../install/">Install</a>
<a href="https://github.com/deed-lang/deed">Source</a>
Expand Down
Loading