Remove redundant 'click to navigate' prompts from SX URLs page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
";; What you type in the browser:\n/(language.(doc.introduction))\n\n;; After dot→space transform:\n(language (doc introduction))\n\n;; This is standard SX. Parens are nesting. Atoms are arguments.\n;; 'introduction' is a string slug, 'doc' is a function, 'language' is a function."
|
||||
"lisp"))
|
||||
|
||||
(p "More examples — click any to navigate:")
|
||||
(p "More examples:")
|
||||
(div :class "space-y-2"
|
||||
(p (a :href "/sx/(geography.(hypermedia.(example.progress-bar)))"
|
||||
:class "font-mono text-violet-600 hover:underline text-sm"
|
||||
@@ -77,7 +77,7 @@
|
||||
(~docs/subsection :title "Section functions"
|
||||
(p "Top-level sections are structural. "
|
||||
"Called with no arguments, they return their index page. "
|
||||
"Called with content, they pass it through. Click to navigate:")
|
||||
"Called with content, they pass it through:")
|
||||
(div :class "space-y-1 ml-4"
|
||||
(p (a :href "/sx/(language)" :class "font-mono text-violet-600 hover:underline text-sm" "/(language)"))
|
||||
(p (a :href "/sx/(geography)" :class "font-mono text-violet-600 hover:underline text-sm" "/(geography)"))
|
||||
@@ -156,7 +156,7 @@
|
||||
(~docs/code :code (highlight
|
||||
";; Any component is instantly a URL:\n/(~essays/sx-sucks/essay-sx-sucks) ;; the essay\n/(~plans/sx-urls/plan-sx-urls-content) ;; the SX URLs plan\n/(~docs-content/docs-evaluator-content) ;; evaluator docs\n/(~analyzer/bundle-analyzer-content) ;; bundle analyzer tool"
|
||||
"lisp"))
|
||||
(p "Try it — click any:")
|
||||
(p "Try it:")
|
||||
(div :class "space-y-1 ml-4"
|
||||
(p (a :href "/sx/(~essays/sx-sucks/essay-sx-sucks)" :class "font-mono text-violet-600 hover:underline text-sm"
|
||||
"/(~essays/sx-sucks/essay-sx-sucks)"))
|
||||
@@ -459,7 +459,7 @@
|
||||
(p "SX URLs integrate with the SX hypermedia attributes. "
|
||||
"Links, fetches, and progressive enhancement all accept SX URLs.")
|
||||
|
||||
(~docs/subsection :title "Links — click any to navigate"
|
||||
(~docs/subsection :title "Links"
|
||||
(p "Standard anchor tags with SX URL hrefs. Every link below is live:")
|
||||
(div :class "space-y-1 ml-4 mb-3"
|
||||
(p (a :href "/sx/(language.(doc.introduction))" :class "font-mono text-violet-600 hover:underline text-sm"
|
||||
|
||||
Reference in New Issue
Block a user