Skip to content

feat(navbar): replace title text with "Try Kite" CTA button#17

Merged
sebastianiv21 merged 1 commit into
mainfrom
claude/great-rosalind-e9cdd4
Jun 16, 2026
Merged

feat(navbar): replace title text with "Try Kite" CTA button#17
sebastianiv21 merged 1 commit into
mainfrom
claude/great-rosalind-e9cdd4

Conversation

@sebastianiv21

Copy link
Copy Markdown
Contributor

What changed

  • Removed the redundant "Kite" word next to the navbar logo — the logo already reads "kite".
  • Replaced the plain "Kite" navbar link with a styled orange "Try Kite" CTA button (→ https://kite.ai), modeled on the "Try Appsmith" button in appsmith-docs.

Why

The header had the brand word duplicated (logo + text), and the existing link was a low-emphasis text item. A single CTA button is cleaner and gives users an obvious entry point.

Notes for reviewers

  • The button is themed with the existing --ifm-color-primary vars, so it works in both light and dark mode.
  • It uses a navbar-try-button class + CSS order: 1 to sit after the color-mode toggle. Docusaurus 3.9.2 renders the toggle inside .navbar__items--right, so the appsmith-docs :last-child approach wouldn't work here — the class+order approach is robust regardless of DOM order. Right-side order is now: search · theme toggle · Try Kite.
  • The auto-added external-link icon is hidden, scoped to the button only (inline external links keep their icon).

Verify

cd website && yarn start, then confirm the navbar right side reads search → theme toggle → orange "Try Kite" button, looks right in both themes, and the button links to https://kite.ai.

🤖 Generated with Claude Code

Remove the redundant "Kite" word next to the logo (the logo already
reads "kite"), and turn the plain "Kite" navbar link into a styled
orange "Try Kite" call-to-action button.

The button uses the existing --ifm-color-primary vars so it works in
both light and dark themes. It carries a navbar-try-button class and
uses CSS order:1 to sit after the color-mode toggle (Docusaurus 3.9.2
renders the toggle inside .navbar__items--right), giving a right-side
order of: search, theme toggle, Try Kite. The auto-added external-link
icon is hidden on the button only.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kite-docs Ready Ready Preview, Comment Jun 15, 2026 10:25pm

Request Review

@salevine salevine left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@sebastianiv21 sebastianiv21 merged commit ea14ce8 into main Jun 16, 2026
3 checks passed
@sebastianiv21 sebastianiv21 deleted the claude/great-rosalind-e9cdd4 branch June 16, 2026 01:28
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.

2 participants