From 60530e1d338386946bbc776246eab4f2c789c294 Mon Sep 17 00:00:00 2001 From: Joao Moura Date: Thu, 18 Jun 2026 00:56:24 -0700 Subject: [PATCH] feat: add button to copy setup instructions for CrewAI coding agents Introduced a button in the documentation that allows users to easily copy setup instructions for CrewAI coding agents. The instructions include installation steps, environment setup, and best practices for using the CrewAI CLI. This enhancement aims to streamline the onboarding process for new users. --- docs/edge/en/index.mdx | 49 ++++++++++++++++++++++++++++++++++ docs/edge/en/installation.mdx | 50 ++++++++++++++++++++++++++++++++++- 2 files changed, 98 insertions(+), 1 deletion(-) diff --git a/docs/edge/en/index.mdx b/docs/edge/en/index.mdx index ff6466f27..43bf93554 100644 --- a/docs/edge/en/index.mdx +++ b/docs/edge/en/index.mdx @@ -28,6 +28,55 @@ mode: "wide"
Get started + View changelog API Reference
diff --git a/docs/edge/en/installation.mdx b/docs/edge/en/installation.mdx index bd277790a..de227554b 100644 --- a/docs/edge/en/installation.mdx +++ b/docs/edge/en/installation.mdx @@ -9,7 +9,55 @@ mode: "wide" Install our coding agent skills (Claude Code, Codex, ...) to quickly get your coding agents up and running with CrewAI. -You can install it with `npx skills add crewaiinc/skills` +