feat(web): improve landing page nav layout#1004
Merged
Conversation
Replace GitHub text link and npm install pill in the navbar with a clean GitHub icon (icon-only, far right), matching the allagents.dev pattern. Move the npm install command to the hero section below the CTA buttons as a copyable inline terminal snippet. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Deploying agentv with
|
| Latest commit: |
7168012
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://94e8dc5d.agentv.pages.dev |
| Branch Preview URL: | https://feat-improve-nav-layout.agentv.pages.dev |
- Add Pagefind search button (Search docs... / Ctrl+K) to navbar between Docs and GitHub icon, matching the allagents.dev layout - Add full search dialog with dark-themed Pagefind UI - Increase margin-top on hero install command from 0.5rem to 1.5rem for clear visual separation from CTA buttons Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Replace outline stroke magnifying glass with the same filled icon used by the Starlight docs search button (fill="currentColor"). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
npm install -g agentvto the hero section as a copyable inline terminal snippet below the Get Started / GitHub CTA buttonsBefore / After
Before (agentv.dev current): Logo | Docs | GitHub (text) |
npm install -g agentv(pill)After: Logo | Docs | GitHub icon → and install command under the hero CTAs
Test plan
$ npm install -g agentvbelow Get Started / GitHub buttons🤖 Generated with Claude Code