fix: unify Docs dropdown nav and normalize docs index styling#236
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Motivation
/docs.html) retained legacy dark/monospace styling in places and needed to match the light ENS/Stripe visual direction used by rebuilt pages./docs/wrap-your-agent.htmlDocs dropdown as the canonical, clickable pattern so every rebuilt public page has a single predictable nav behavior.Description
<li class="nav-drop"><a href="/docs.html">Docs ▾</a>…</li>) across rebuilt public pages and injected the matching.nav-dropCSS where needed, while preserving hover/focus access and mobile behavior.Docslabel clickable to/docs.html(instead of a non-clickable button) and preserved the full dropdown menu items: Docs Home, Wrap Your Agent, Production Proof, Runtime, MCP Bridge, Schemas, API Reference, Trust Verification, and Claim / Namespace Activation.public/docs.htmlstyling and header/nav to align with the light rebuilt pages and current logo treatment, while keeping Docs Home as the index page content unchanged beyond nav/footer adjustments.public/index.html,public/protocol.html,public/capabilities.html,public/verify.html,public/sdk-records.html,public/docs.html,public/stack-proof-demo.html,public/claim.html,public/runtime.html, andpublic/trust-verification.html; no API routes, schemas, or page body content (other than nav/footer consistency) were changed and no files were deleted.Testing
npm installwhich completed successfully with no errors.npm testand all automated tests passed (26tests run,26passed,0failed).npm run buildbut nobuildscript exists inpackage.json, so no build was executed in this repo.Codex Task