From ee8d850d490b464fbe7f2c9be02d2af4fa0d062a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onat=20=C3=96zmen?= <212128834+onatozmenn@users.noreply.github.com> Date: Sat, 15 Aug 2026 18:10:07 +0300 Subject: [PATCH] Expand the site learning and product paths --- README.md | 8 +- agents/index.html | 5 +- assets/style.css | 531 +++++++++++++++++++++++++++++++++++++++--- errors/index.html | 5 +- index.html | 236 ++++++++++++++----- install/index.html | 5 +- learn/index.html | 188 +++++++++++++++ one-clause/index.html | 5 +- play/index.html | 5 +- 9 files changed, 891 insertions(+), 97 deletions(-) create mode 100644 learn/index.html diff --git a/README.md b/README.md index 2389a60..216da0b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/agents/index.html b/agents/index.html index 5b0ac7e..843ac83 100644 --- a/agents/index.html +++ b/agents/index.html @@ -47,9 +47,10 @@

A function can only do what its signature admits to.