From 06f0b282f420921b761c5b3776b40f3860a8c7c2 Mon Sep 17 00:00:00 2001 From: Michal Harakal Date: Sun, 5 Jul 2026 21:22:47 +0200 Subject: [PATCH] docs(readme): embed clickable compiler architecture diagram Replace the plain-text ARCHITECTURE.md link with the SKaiNET-compiler diagram at a readable width, linking to the published Antora architecture reference. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a6817f..5af8b59d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ SKaiNET logo -> For architecture details see [ARCHITECTURE.md](ARCHITECTURE.md). + + SKaiNET compiler architecture — click for the full architecture reference + + +_Click the diagram for the full [architecture reference](https://skainet-developers.github.io/SKaiNET/skainet/reference/architecture.html), or read the short [ARCHITECTURE.md](ARCHITECTURE.md)._ ---