more plans
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 12m0s

This commit is contained in:
2026-03-09 18:07:23 +00:00
parent ec1093d372
commit 31a6e708fc
27 changed files with 1670 additions and 15 deletions

View File

@@ -1,11 +1,19 @@
;; Docs page content — fully self-contained, no Python intermediaries
(defcomp ~sx-home-content ()
(div :id "main-content"
(~sx-hero (highlight "(div :class \"p-4 bg-white rounded shadow\"\n (h1 :class \"text-2xl font-bold\" \"Hello\")\n (button :sx-get \"/api/data\"\n :sx-target \"#result\"\n \"Load data\"))" "lisp"))
(~sx-philosophy)
(~sx-how-it-works)
(~sx-credits)))
(div :id "main-content" :class "max-w-3xl mx-auto px-4 py-6"
(highlight "(defcomp ~sx-header ()
(a :href \"/\"
:sx-get \"/\" :sx-target \"#main-panel\"
:sx-select \"#main-panel\"
:sx-swap \"outerHTML\" :sx-push-url \"true\"
:class \"block max-w-3xl mx-auto px-4 pt-8 pb-4 text-center no-underline\"
(span :class \"text-4xl font-bold font-mono text-violet-700 block mb-2\"
\"(<sx>)\")
(p :class \"text-lg text-stone-500 mb-1\"
\"Framework free reactive hypermedia\")
(p :class \"text-xs text-stone-400\"
\"© Giles Bradshaw 2026\")))" "lisp")))
(defcomp ~docs-introduction-content ()
(~doc-page :title "Introduction"