feat(banner): link the rename announcement to the blog post - #15
Merged
Conversation
Mirrors the klarity-docs change so both documentation sites carry the same announcement. Adds a "Learn more" link at the end of the bar, pointing at the rename post on the marketing site: https://www.within.ai/resources/blog/klarity-is-now-within Mintlify banner content supports basic MDX, so this is a plain markdown link. It renders as an underlined <a> with target="_blank" and rel="noreferrer", and inherits the banner's mode colour from custom.css — the underline is what distinguishes it, since the existing rules force a single colour across every banner descendant. Verified: the URL returns 200, and `mint validate` and `mint broken-links` both pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Mirrors the klarity-docs change (klarityinc/klarity-docs#23) so both documentation sites carry the same announcement.
Before
After
Notes
Mintlify banner content supports basic MDX, so this is a plain markdown link — no config or CSS change needed. Mintlify renders it as an underlined
<a>and addstarget="_blank"/rel="noreferrer"automatically for external links.The link inherits the banner's mode colour from the existing
custom.cssrules (orange on navy in light, navy on orange in dark), because those force a single colour onto every banner descendant. The underline is what marks it as a link.Verification
mint validateandmint broken-linksboth passUnrelated, but worth knowing
developers.within.aiis still serving pre-#13 content — the live site shows the oldgithub.com/Within/within-mcplinks, which 404. Both #13 and #14 are onmainbut have not reached production. Given the repo was transferred fromKlarity-AI/klarity-mcptoWithin-AI/within-mcptoday, the Mintlify Git connection may need reauthorising against the new owner.🤖 Generated with Claude Code