Files
Jordan Ritter b65b8452d9 docs(showcase): add promote-notify PR1 pre-merge runbook
Pre-merge checklist for the promote-notify workflow: Slack-membership
checks (#team-showcase + #oss-alerts), SLACK_BOT_TOKEN scope verification,
gh workflow run dispatch commands for all three canonical fixtures, and
a schema-mismatch test that verifies the workflow emits a ::warning::
annotation with NO Slack API call.
2026-06-17 11:28:58 -07:00
..
2024-10-22 01:57:00 -07:00
2025-12-17 23:01:05 -05:00
2025-03-26 18:57:25 -07:00

⛔ This docs app is retired — do not edit files here

CopilotKit documentation is now authored in showcase/shell-docs/.

This top-level docs/ Next app and its content/docs/ MDX tree no longer publish to the live site. Changes made here will not reach docs.copilotkit.ai. The showcase/scripts/sync-docs-from-main.ts script is legacy (one-direction, docs/ → shell-docs) and should not be relied on.

  • CopilotKit docs → author in showcase/shell-docs/src/content/ (docs/, reference/, snippets/, framework-overviews/).
  • AG-UI protocol docs → author upstream in ag-ui-protocol/ag-ui (publishes to docs.ag-ui.com), then sync back into the mirror at showcase/shell-docs/src/content/ag-ui/.

See .claude/docs/documentation.md for the full rule.


Legacy README (retained for history)

This is a Next.js application generated with Create Fumadocs.

Run development server:

npm run dev
# or
pnpm dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js and Fumadocs, take a look at the following resources:

Vercel Deployment with Git LFS

Docs assets are tracked with Git LFS. To ensure production builds always receive real asset bytes (not pointer files), deploy docs through GitHub Actions using .github/workflows/deploy_docs_vercel.yml.

Required GitHub repository secrets:

  • VERCEL_TOKEN
  • VERCEL_ORG_ID
  • VERCEL_PROJECT_ID_DOCS

PR previews:

  • .github/workflows/deploy_docs_vercel_preview.yml deploys docs previews for non-fork pull requests.
  • The workflow posts/updates a sticky PR comment with a clickable Open Docs Preview link.

Recommended Vercel project setting:

  • Disable automatic Git-based deployments for the docs project and let the GitHub Actions workflow handle production deploys.