Add Plans section to SX docs with isomorphic architecture roadmap
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m38s

New top-level nav section at /plans/ with the 6-phase isomorphic
architecture plan: component distribution, smart boundary, SPA routing,
client IO bridge, streaming suspense, and full isomorphism.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 09:21:24 +00:00
parent 6aa2f3f6bd
commit e6cada972e
5 changed files with 610 additions and 361 deletions

View File

@@ -13,7 +13,8 @@
(dict :label "Examples" :href "/examples/click-to-load")
(dict :label "Essays" :href "/essays/")
(dict :label "Specs" :href "/specs/")
(dict :label "Bootstrappers" :href "/bootstrappers/"))))
(dict :label "Bootstrappers" :href "/bootstrappers/")
(dict :label "Plans" :href "/plans/"))))
(<> (map (lambda (item)
(~nav-link
:href (get item "href")