Add _hyperscript to Applications nav menu

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 14:07:15 +00:00
parent 783ffc2ddd
commit 23749773f2

View File

@@ -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)"