mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
25e0e3c8ad
Introduces a reusable OpsPlatformCTA component with four visual variants (card, info, inline, tile) for placing dashboard sign-up calls-to-action across the docs. Each click captures a `cta_clicked` PostHog event tagged with surface, variant, and page path, and navigates to the dashboard with UTM parameters identifying the source surface. Registers the component in both MDX provider maps (home and integrations slug routes) so it can be used in any MDX file. Repoints the navbar "Free Developer Access" link to the dashboard and wires the same PostHog tracking to its left and right placements.