Commit Graph

63 Commits

Author SHA1 Message Date
Benjamin Taylor 61f0b629ea feat(docs): extend cli_command_copied install_type with infra CLIs
The self-hosting pages are heavy on helm install, kubectl apply, and
shell-script invocations — without these in KNOWN_INSTALL_TYPES they
all bucket as "code" and the self-hosting funnel goes blind to install
method. Skips sudo deliberately: it's a wrapper that would swallow the
real installer in the funnel.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 05:28:17 -07:00
Benjamin Taylor ccc16b3525 Merge remote-tracking branch 'origin/main' into feat/cli-copy-tracking
# Conflicts:
#	docs/lib/providers/providers-wrapper.tsx
2026-05-04 19:13:25 -05:00
Benjamin Taylor 0b7b3c77c8 refactor(docs): drop command body and unused product param from copy tracking
Address review feedback on #4643: install_type and location already answer
the funnel questions, so persisting raw clipboard contents adds privacy
surface without analytic value (the global writeText hook fires on every
programmatic copy, not just CLI buttons). Also remove the never-passed
product param.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 19:07:04 -05:00
Benjamin Taylor 1a76f693f0 perf(docs): trim analytics surface for LCP
- PostHog: capture_dead_clicks=false to skip dead-clicks-autocapture.js
- Drop duplicate reb2b loader (NEXT_PUBLIC_RB2B_ID); the <Script>
  in app/layout.tsx using NEXT_PUBLIC_REB2B_KEY is the canonical one
  and matches the website's reb2b key

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 17:09:00 -05:00
Benjamin Taylor 68561c0cb8 feat(docs): track cli command copies via global writeText hook
CopyTracker monkey-patches navigator.clipboard.writeText once at app
boot to fire PostHog cli_command_copied for every programmatic copy —
covering Fumadocs' built-in code-block button, custom-code-block,
code-showcase, framework-overview, and any future copy widget without
per-component instrumentation. Reo's own writeText patch continues to
function alongside this one.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 16:26:17 -05:00
Benjamin Taylor 140cf65ead chore(docs): improve image alt text for a11y + SEO
- Logo component: "Logo" → "CopilotKit" (both light/dark variants)
- Examples carousel: empty alt → example.title
- Scarf tracking pixel: add aria-hidden so SR/audit tools skip it

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 14:06:54 -05:00
Benjamin Taylor 789fc98bdb fix(docs): reverse-proxy PostHog through /ingest
Routes PostHog analytics through docs.copilotkit.ai/ingest/* (rewrites to
eu.i.posthog.com) so requests bypass ad blockers and tracking-protection
that target the PostHog hostname directly. Mirrors the existing setup in
the marketing website.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 20:08:40 -05:00
Claude 0b0cc5d019 Merge remote-tracking branch 'origin/main' into docs/CPK-7187-add-deepagents-section-to-docs 2026-04-23 15:59:58 +00:00
Benjamin Taylor 7db5d068ac docs(threads): Add initial docs for Threads, plus a Learn landing page 2026-04-20 23:12:52 -05:00
Martha Schumann c63e04c16a docs(CPK-7187): add core feature pages to DeepAgents integration
Adds generative-ui, frontend-tools, shared-state, and human-in-the-loop
sections to the DeepAgents integration docs by porting from the LangGraph
integration (same underlying mechanism). Also updates the integration
feature generator script to include deepagents and regenerates
integration-features.ts so DeepAgents appears in per-feature grids.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 09:09:11 -07:00
Martha Schumann 4f0926d4de docs(CPK-7187): add Deep Agents as top-level integration
- Add Deep Agents to the integration selector, grid, quickstart dropdown,
  and feature matrix
- Create docs/integrations/deepagents/ with landing page and quickstart
  (ported from langgraph/deep-agents.mdx)
- Add rewrite rule in next.config.mjs so /deepagents routes correctly
- Add deepagents to middleware FRAMEWORKS list
- Add callout on langgraph/deep-agents pointing to the new integration

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 13:10:05 -07:00
Markus Ecker 316c9c5102 docs: A2UI v0.9 guides, Open Generative UI reference, BYOC examples 2026-04-08 12:50:46 -07:00
Claude 9e5db9aa2b docs: replace LangChain/LangGraph icons with new brand symbol
- Create new langchain.tsx icon component with the rebranded LangChain
  symbol SVG (geometric cross pattern from official brand kit)
- Update langgraph.tsx to use the same new LangChain symbol (since the
  integration is now branded as LangChain)
- Replace SiLangchain (react-icons) with custom LangchainIcon in
  custom-icons.tsx and langgraph/index.mdx
- Remove unused SiLangchain import from quickstart.mdx
- Remove temp/ SVG directory (raw brand assets no longer needed)

https://claude.ai/code/session_01JAQ7P3GEeP2bGZtc6V45WY
2026-04-02 17:21:00 +02:00
Claude ad629e1779 docs: rebrand LangGraph integration to LangChain across documentation
Update user-facing references from "LangGraph" to "LangChain" per CPK-7186.
The integration label, descriptions, and agent terminology now use "LangChain"
while preserving "LangGraph" for technical references (Platform, Studio, CLI,
StateGraph, code/package names, and API references).

- Rename integration label in integrations.ts, meta.json, integration-grid,
  feature-matrix, quickstart-dropdown, and link-validation
- Update ~47 MDX docs: "LangGraph agent(s)" → "LangChain agent(s)"
- Update FAQ, snippets, and learn section references
- Keep URL paths (/langgraph) unchanged for backward compatibility
- Keep all code imports, package names, and LangGraph Platform/Studio/CLI as-is

https://claude.ai/code/session_01JAQ7P3GEeP2bGZtc6V45WY
2026-04-02 17:21:00 +02:00
Martha Kelly Schumann 5d9ad8ca5c style: fix pre-existing prettier formatting in integration-features
This file was merged to main with formatting issues. Fixing here
since the prettier CI check only runs on PRs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 16:48:47 -07:00
Ran Shem Tov 2beade6006 docs: add prebuilt agent state streaming docs 2026-03-19 13:04:52 +01:00
Tyler Slaton cc8c945893 refactor(docs): optimize structure, content and navigability
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2026-03-02 11:30:16 -05:00
CaptnCode 387120dc4f docs: port AG2 integration docs to AG-UI backend examples (#3151) 2026-02-13 17:46:46 -05:00
Alem Tuzlak 7b838547a9 feat: re-architeture the monorepo setup (#3187) 2026-02-13 11:01:44 +01:00
John Rae-Grant b5bdb5c8de Docs/add broken links check (#3122) 2026-01-30 18:07:43 -08:00
John Rae-Grant ad96277485 feat: implement comprehensive broken link handling system (#2600) 2026-01-28 12:58:40 -08:00
John Rae-Grant c00059c202 Docs/2026 01 15 tweaks (#3032) 2026-01-19 09:44:37 -08:00
John Rae-Grant 3ae3556001 Docs/landing page 2026 01 13 (#3001) 2026-01-13 18:08:52 -08:00
johnprg ce7b31baad fix: size and position scarf pixel 2026-01-08 15:39:13 -08:00
John Rae-Grant e9e6fbdd85 Docs Rebranding with fixes (#2982)
Co-authored-by: Max Korp <maxkorp@8bytealchemy.com>
Co-authored-by: Santiago Cubino <scubino@litebox.ai>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-08 14:28:26 -08:00
johnprg eaedc9e078 Revert "Docs Rebranding"
This reverts commit 1810c76223.
2026-01-06 19:50:23 -08:00
John Rae-Grant 1810c76223 Docs Rebranding
Co-authored-by: Max Korp <maxkorp@8bytealchemy.com>
Co-authored-by: Santiago Cubino <scubino@litebox.ai>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-06 19:39:56 -08:00
sonleoracle e1ad392d40 Docs: add docs for new AG-UI integration: Open Agent Spec (#2874)
Co-authored-by: Brandon McConnell <brandon@dreamthinkbuild.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-12-20 02:08:58 -05:00
Brandon McConnell c7d215cffd [Docs] update fumadocs (#2870) 2025-12-17 23:01:05 -05:00
Tyler Slaton c06e71f198 refactor(docs): upgrade and fix issues (#2811)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-12-08 15:37:35 -05:00
Tyler Slaton 02c4095565 docs(aws-strands): add documentation tab (#2791)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-12-02 23:55:27 -05:00
Tyler Slaton a96b13b1db docs(maf): improve and release microsoft agent-framework docs (#2705)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-11-10 20:31:35 -05:00
Max Korp 5ea96ab80c Add A2A page to docs (#2563) 2025-10-08 08:23:00 -07:00
johnprg 96506acbff Revert "Docs/rebranding (#2519)"
This reverts commit 360d404555.
2025-09-30 11:01:35 -07:00
John Rae-Grant 360d404555 Docs/rebranding (#2519)
Co-authored-by: Max Korp <maxkorp@8bytealchemy.com>
Co-authored-by: Luis Valdés <luis@copilotkit.ai>
Co-authored-by: Ran Shemtov <ran@copilotkit.ai>
Co-authored-by: Muhammad Abubakar <abubakaran102025@gmail.com>
Co-authored-by: Chan Meng <chanmeng.dev@gmail.com>
Co-authored-by: Atai Barkai <atai.barkai@gmail.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Sourabh Bagrecha <sourabhbagrecha@gmail.com>
Co-authored-by: Suhas Deshpande <suhasdeshpande@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-09-29 10:45:48 -07:00
johnprg aa0005c648 Revert "Docs/rebranding (#2455)"
This reverts commit f612cd5477.
2025-09-24 12:06:00 -07:00
John Rae-Grant f612cd5477 Docs/rebranding (#2455)
Mainly top nav addition and responsive work
Line up with upcoming docs rebranding from litebox
2025-09-24 11:52:46 -07:00
Max Korp a8287b42a8 Fix some issues with adk docs (#2483) 2025-09-23 13:50:14 -07:00
Max Korp 820a675d48 Add ADK to the docs (#2469) 2025-09-19 15:17:12 -07:00
Brandon McConnell e40d71ecac fix: display "On this page" TOC aside on (root) docs (currently missing) 2025-08-26 22:50:01 -04:00
Tyler Slaton 31e1f7d2d4 refactor(docs): upgrade versions and overhaul structure and content (#2120)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-08-14 19:02:06 -04:00
John Rae-Grant f25510b1c8 Docs/better vp landing pages (#2246)
Extensive changes to mainly the landing pages for each integration and the operation of the left nav.  
- Clearer immediate demonstration of CopilotKit + each integration value prop
- Embedded videos and app showing the value prop.
- Easier navigation experience
- Lots of content updates.
2025-08-07 21:45:07 -07:00
John Rae-Grant 0cef865e90 Pydantic docs nav (#2224) 2025-07-23 12:28:56 -07:00
Markus Ecker 100ba20b59 Add pydantic AI documentation (#2201)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai>
2025-07-23 18:02:46 +02:00
johnprg e22446fea4 refactor(docs): overhaul new user experience and navigation
We're overhauling our documentation such that the experience
of selecting an agent framework or LLM is very clear. Doing
this is intended to greatly improve the experience of new
and existing users trying to find relevant documentation to them.

Signed-off-by: johnprg <john@theartofwork.com>
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai>
2025-06-23 14:00:05 -04:00
Markus Ecker 67bfecbaee Llamaindex Docs (#2008)
Co-authored-by: Logan <logan.markewich@live.com>
2025-06-18 13:15:17 +02:00
Markus Ecker 8f0988a139 Add Agno docs (#1996)
Co-authored-by: manuhortet <manuhortet@gmail.com>
2025-06-16 14:17:30 +02:00
Markus Ecker 0d1b3dcbfd Add Mastra docs (#1804) 2025-05-13 17:13:20 +02:00
Markus Ecker 9bbce05fab AG2 Documentation (#1769)
Co-authored-by: Harish Mohan Raj <harish@ag2.ai>
2025-05-07 12:35:53 +02:00
Suhas Deshpande a3891bbe05 docs: add CrewAI UI components documentation (#1513) 2025-03-20 16:19:16 -07:00