Commit Graph

4 Commits

Author SHA1 Message Date
Sam Julien 63005ec842 chore(showcase/integrations): drop final stale null overrides for now-canonical features
5 cells unblocked by removing per-framework null overrides that were
overriding the canonical defaults landing in the companion commit:

- google-adk: drop nulls for voice, byoc-hashbrown, byoc-json-render
  (canonicals now wired in feature-registry).
- langgraph-python: drop nulls for voice, byoc-hashbrown,
  byoc-json-render (same).

After this commit, no framework has a stale `null` override for any
documented feature. The remaining intentional opt-outs (subagents on 4
fws) keep their existing nulls because they're genuinely framework-
specific decisions, not stale config.
2026-04-29 14:49:38 -07:00
Sam Julien bbc658a521 chore(showcase/integrations): drop stale null overrides for now-canonical features
7 cells unblocked by removing per-framework null overrides that were
overriding working canonical defaults:

- google-adk: drop nulls for `chat-customization-css`, `subagents`,
  `multimodal` (canonicals already wired), and the now-canonical
  `agent-config` + `auth` (added in companion commits). `voice`,
  `byoc-hashbrown`, and `byoc-json-render` kept null pending PDX-85,
  PDX-88, PDX-89.
- langgraph-python: drop nulls for `multimodal` + `agent-config` (now
  resolvable via canonical defaults). `voice` + `byoc-*` kept null
  pending the same tickets.
2026-04-29 13:25:52 -07:00
Sam Julien 54fe66467e chore(showcase/integrations): correct cell docs links across frameworks
Audit-driven corrections to per-framework docs-links.json so every
supported (wired/stub) cell on the dashboard resolves to a real
shell-docs page and a non-stale OG URL. Result: 545 → 613 cells fully
working; remaining 78 cells are known docs gaps tracked separately
(voice → PDX-85; auth/agent-config/byoc-* across frameworks where no
canonical page exists).

- built-in-agent: drop 6 stale `/features/*` OG overrides retired by
  the IA reorg. Cells now inherit canonical OGs that still exist on
  docs.copilotkit.ai (`/human-in-the-loop`, `/generative-ui/...`,
  etc.).
- langgraph-python: fix `auth` OG (`/langgraph/authentication` →
  `/langgraph/auth`) + add framework-specific shell override (`/auth`
  resolves to `integrations/langgraph/auth.mdx`). Null `voice` and
  `byoc-hashbrown` OGs that pointed to retired pages.
- google-adk: replace 27 `shell_docs_path: null` opt-outs with
  explicit canonical paths so cells route to real shell-docs pages
  (mix of canonical root + adk-specific overrides). The original
  rationale ("shell does not have a google-adk-scoped docs tree") is
  now stale — shell-docs has an `integrations/adk/` tree (11 pages),
  and the rest resolve via canonical inheritance. Also fix two retired
  a2ui sub-paths (dynamic-schema/fixed-schema) that are now combined
  on a single `/adk/generative-ui/a2ui` page on docs.copilotkit.ai.
- ag2 / ms-agent-python / ms-agent-dotnet: add framework-specific auth
  overrides pointing at `/<framework>/auth` on both OG and shell.
2026-04-29 10:31:44 -07:00
Jordan Ritter dd06dd89d1 refactor(showcase): rename packages/ to integrations/
The showcase framework directories better reflect their role as
integration examples rather than distributable packages.
Renames showcase/packages/ -> showcase/integrations/ and updates
the test docker-compose file reference accordingly.
2026-04-28 07:47:35 -07:00