Skip to content

Add Integrations page and add link to Docs dropdown#287

Merged
GsCommand merged 1 commit into
mainfrom
codex/add-integrations-page-to-docs-dropdown
May 22, 2026
Merged

Add Integrations page and add link to Docs dropdown#287
GsCommand merged 1 commit into
mainfrom
codex/add-integrations-page-to-docs-dropdown

Conversation

@GsCommand
Copy link
Copy Markdown
Contributor

Motivation

  • Provide a discoverable Integrations docs page that explains how external proof adapters and paid-action flows (Coinbase CDP webhooks, x402) map into verifiable CommandLayer receipts and traces.
  • Surface that page from the existing Docs dropdown only, preserving the site’s global layout, colors, and dropdown styling without introducing a new top-level nav item.

Description

  • Create public/integrations.html with the requested hero, intro (explaining metadata.trace and metadata.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.html while reusing existing page/card/button classes and responsive patterns.
  • Insert Integrations → /integrations.html inside the existing Docs dropdown across the site’s repeated/shared nav markup so the dropdown remains identical except for the new link.
  • Point the Coinbase and x402 integration references to the repository docs/examples on GitHub (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).
  • Files added/updated: new public/integrations.html and updated nav markup in multiple public/*.html pages 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

  • Ran the automated test suite with npm test and all tests passed (43 tests passed, 0 failed).
  • Confirmed the new page is referenced in Docs dropdown instances with rg -n "/integrations\.html" public/*.html and inspected public/integrations.html content for the required hero, cards, trust boundary, and CTAs.
  • Executed a local absolute-link sanity script to ensure the change did not introduce new broken local links and verified that GitHub-targeted links intentionally point to the repository docs/examples as requested.

Codex Task

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

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

Project Deployment Actions Updated (UTC)
commandlayer-commandlayer-org Ready Ready Preview, Comment May 22, 2026 8:43pm
commandlayer-org Ready Ready Preview, Comment May 22, 2026 8:43pm
commandlayer-org111 Ready Ready Preview, Comment May 22, 2026 8:43pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant