Skip to content

Add cross-links to make destructuring easier to find#742

Open
kovan wants to merge 1 commit intoclojure:masterfrom
kovan:docs/destructuring-cross-links
Open

Add cross-links to make destructuring easier to find#742
kovan wants to merge 1 commit intoclojure:masterfrom
kovan:docs/destructuring-cross-links

Conversation

@kovan
Copy link

@kovan kovan commented Mar 14, 2026

Adds a tip box at the top of the Binding Forms (Destructuring) section in the special forms reference that:

  • Links to the Destructuring guide for a gentler introduction
  • Mentions "pattern matching" as a term users from other languages may search for, with a link to core.match

This addresses the discoverability issue — users looking for destructuring info often can't find it from the Reference top level since it's nested under "Binding Forms."

Fixes #713

Add a tip box at the top of the Binding Forms section linking to the
Destructuring guide and mentioning the "pattern matching" term that
users from other languages may search for.

Fixes clojure#713
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make it easier to find destructuring info?

1 participant