Move reactive runtime from plans to applications section

Promotes reactive-runtime from a plan page to a full applications section
with 7 nav items (ref, foreign FFI, state machines, commands, render loop,
keyed lists, app shell) and its own page function.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 16:20:12 +00:00
parent 5aea9d2678
commit effa767b09
4 changed files with 343 additions and 212 deletions

View File

@@ -468,6 +468,11 @@
'(~sx-pub/overview-content)
nil)))
;; Reactive Runtime (under applications)
;; Convention: ~reactive-runtime/{slug}-content
(define reactive-runtime
(make-page-fn "~reactive-runtime/overview-content" "~reactive-runtime/" nil "-content"))
;; Essays (under etc)
;; Convention: ~essays/{slug}/essay-{slug}
(define essay