Add render stepper to home page
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 10s
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user