From 23749773f25a8c2e81da65cb7c54b495b2572f61 Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 8 Apr 2026 14:07:15 +0000 Subject: [PATCH] Add _hyperscript to Applications nav menu Co-Authored-By: Claude Opus 4.6 (1M context) --- sx/sx/nav-tree.sx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sx/sx/nav-tree.sx b/sx/sx/nav-tree.sx index 767c96d6..6648d341 100644 --- a/sx/sx/nav-tree.sx +++ b/sx/sx/nav-tree.sx @@ -122,7 +122,11 @@ (dict :href "/sx/(applications.(native-browser))" :label "Native Browser") - (dict :href "/sx/(applications.(sxtp))" :label "SXTP Protocol"))) + (dict :href "/sx/(applications.(sxtp))" :label "SXTP Protocol") + (dict + :href "/sx/(applications.(hyperscript))" + :label "_hyperscript" + :children hyperscript-nav-items))) (dict :href "/sx/(tools)" :label "Tools" :children tools-nav-items) (dict :href "/sx/(etc)"