Add Integrations page and add link to Docs dropdown#287
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
Description
public/integrations.htmlwith the requested hero, intro (explainingmetadata.traceandmetadata.proof), four integration cards (Coinbase CDP Webhooks, x402 Paid Actions, VerifyAgent, SDK Records), a Trust Boundary section, and CTA buttons to/verify.html,/sdk-records.html, and/canonical-receipts.htmlwhile reusing existing page/card/button classes and responsive patterns.Integrations → /integrations.htmlinside the existing Docs dropdown across the site’s repeated/shared nav markup so the dropdown remains identical except for the new link.docs/integrations/coinbase-cdp-webhook-receipts.md,examples/coinbase-cdp-webhook-adapter/,docs/integrations/x402-commandlayer-receipts.md,examples/x402-paid-action-receipt/) and use local pages for VerifyAgent (/verify.html) and SDK Records (/sdk-records.html).public/integrations.htmland updated nav markup in multiplepublic/*.htmlpages that render the Docs dropdown (e.g.public/index.html,public/docs.html,public/api.html,public/verify.html,public/sdk-records.html,public/protocol.html,public/mcp.html,public/runtime.html,public/claim.html,public/schemas.html,public/canonical-receipts.html,public/stack-proof-demo.html,public/verifyagent.html,public/webhook-auto-verify.html,public/trust-verification.html,public/ambient-verification.html,public/runtime-core.html,public/ambient-verification.html).Testing
npm testand all tests passed (43tests passed,0failed).rg -n "/integrations\.html" public/*.htmland inspectedpublic/integrations.htmlcontent for the required hero, cards, trust boundary, and CTAs.Codex Task