Add render stepper to home page
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 10s

Replace header source view with interactive CEK render stepper.
Auto-parses on mount, step forward/back through DOM construction
with CSSX styling. Uses lake for preview persistence.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-14 20:14:00 +00:00
parent 623f947b52
commit 07bf5a1142
2 changed files with 207 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
(defcomp ~docs-content/home-content ()
(div :id "main-content" :class "max-w-3xl mx-auto px-4 py-6"
(~docs/code :code (highlight (component-source "~layouts/header") "lisp"))))
(~home/stepper)))
(defcomp ~docs-content/docs-introduction-content ()
(~docs/page :title "Introduction"