Skip to content

Commit 1a1bb0c

Browse files
docs: Docs updates (#3459)
* docs(cli): document device-code login and config reset guidance; renumber sections * docs(cli): fix duplicate numbering (renumber Login/API Keys/Configuration sections) * docs: Fix webhook documentation to include meta dict in all webhook payloads - Add note explaining that meta objects from kickoff requests are included in all webhook payloads - Update webhook examples to show proper payload structure including meta field - Fix webhook examples to match actual API implementation - Apply changes to English, Korean, and Portuguese documentation Resolves the documentation gap where meta dict passing to webhooks was not documented despite being implemented in the API. * WIP: CrewAI docs theme, changelog, GEO, localization * docs(cli): fix merge markers; ensure mode: "wide"; convert ASCII tables to Markdown (en/pt-BR/ko) * docs: add group icons across locales; split Automation/Integrations; update tools overviews and links
1 parent 99b79ab commit 1a1bb0c

File tree

557 files changed

+6448
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

557 files changed

+6448
-86
lines changed

docs/docs.json

Lines changed: 153 additions & 29 deletions
Large diffs are not rendered by default.

docs/en/api-reference/inputs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "GET /inputs"
33
description: "Get required inputs for your crew"
44
openapi: "/enterprise-api.en.yaml GET /inputs"
5+
mode: "wide"
56
---
67

78

docs/en/api-reference/introduction.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Introduction"
33
description: "Complete reference for the CrewAI Enterprise REST API"
44
icon: "code"
5+
mode: "wide"
56
---
67

78
# CrewAI Enterprise API

docs/en/api-reference/kickoff.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "POST /kickoff"
33
description: "Start a crew execution"
44
openapi: "/enterprise-api.en.yaml POST /kickoff"
5+
mode: "wide"
56
---
67

78

docs/en/api-reference/status.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "GET /status/{kickoff_id}"
33
description: "Get execution status"
44
openapi: "/enterprise-api.en.yaml GET /status/{kickoff_id}"
5+
mode: "wide"
56
---
67

78

0 commit comments

Comments
 (0)