Link certified node cards to their documentation pages - #5522
Open
dimitrieh wants to merge 1 commit into
Open
Conversation
The connector cards in the Certified Nodes showcase looked interactive but were plain divs, on /pricing/ and on /integrations/ alike, so clicking one did nothing. Both showcases now link each card to that node's documentation page, using the same targets the header's By Integration menu already uses. Also fixes the certified fallback in the /integrations/ grid card, which read node.collection where a catalogue entry only carries collections, and normalises the trailing slash on documentation paths taken from a catalogue url so a click does not go through a redirect.
Contributor
Author
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
n-lark
requested changes
Aug 6, 2026
| :to="node.url" | ||
| class="group flex items-start gap-3 rounded-xl border border-gray-200 bg-white p-3 transition hover:border-gray-300 hover:shadow-sm hover:no-underline" | ||
| @click="captureNodeClick(node.name, b)" | ||
| > |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
The connector cards in the Certified Nodes showcase look interactive but are plain
divs, so clicking one does nothing. This links each card to that node's documentation page, using the same targets the header's "By Integration" menu already uses.Both places the showcase appears are covered:
/pricing/(hand-curated,nuxt/content/certified-nodes.yml) and/integrations/(live catalogue). The/node-red/certified grid and the in-tutorial callout already linked.Also in scope, same defect class:
/integrations/grid card readnode.collectionwhere a catalogue entry only carriescollections, so its certified fallback never resolved.urlnow get a trailing slash, so a click does not go through a redirect.Related Issue(s)
None.
Checklist