Rewrite the Visibility & Scope section in the Secrets Manager overview
(en/ar/ko/pt-BR) to reflect the per-deployment scoping shipped in
crewAIInc/crewai-plus#3205: WI-backed env vars now resolve only when
explicitly assigned to a deployment, matching the assignment model that
plaintext env vars have always used. Per-kickoff cost is reframed as
proportional to assigned WI-backed variables rather than the entire
organization's WI footprint.
Refs CON-205
Move Secrets Manager out of being a top-level AMP-tab group and into
Manage (alongside SSO/RBAC); nest the static-credentials and Workload
Identity pages for each provider into AWS/GCP/Azure sub-sub-groups;
add Font Awesome icons and update sidebarTitles to match the rest of
the AMP nav.
Touches docs.json (v1.14.5 for en/pt-BR/ko/ar) plus the 9 mdx pages
across all 4 languages (icon + provider sidebarTitle changes).
Refs CON-203
Azure Key Vault has full setup guides in this PR (azure.mdx and
azure-workload-identity.mdx) plus Azure-specific notes in usage.mdx,
so the parenthetical in the opening sentence of overview.mdx no longer
matches reality.
Refs CON-203
Adds a "Visibility & Scope" section to the Secrets Manager overview
(en/pt-BR/ko/ar) calling out that Workload Identity configs are
organization-wide today and that every automation kickoff runs the
WI secret-fetch phase regardless of whether the automation references
any WI-backed env var. Temporary disclosure pending per-automation
scoping (tracked separately in CON-201).
Refs CON-203
Move the 9 Secrets Manager + Workload Identity pages from the
replicated-config Helm chart docs (enterprise-docs.crewai.com) into
the main CrewAI docs site (docs.crewai.com), where they sit alongside
the other AMP/enterprise feature docs.
- Adds en/enterprise/features/secrets-manager/{overview,usage,aws,
aws-workload-identity,gcp,gcp-workload-identity,azure,
azure-workload-identity,verify-rotation}.mdx
- Translates all 9 pages to pt-BR, ko, and ar
- Wires the new pages into docs.json under a new "Secrets Manager"
sidebar group in the AMP tab of each language's v1.14.5 block
(the feature requires CrewAI runtime >= 1.14.5)
Companion PR on replicated-config removes the original pages and
adds redirects from the old URLs.
Refs CON-203
## Overview
Prettier-inserted bare `{" "}` lines between sibling `<Step>` elements caused Mintlify's `<Steps>` to crash with "Cannot read properties of undefined (reading 'stepNumber')", leaving the page body blank.
### Affected pages (en/ar/ko/pt-BR):
- enterprise/guides/enable-crew-studio
- learn/llm-selection-guide
* docs: update quickstart and installation guides for improved clarity
- Revised the quickstart guide to emphasize creating a Flow and running a single-agent crew that generates a report.
- Updated the installation documentation to reflect changes in the quickstart process and enhance user understanding.
* translations
* docs: add AMP Training Tab guide for enterprise deployments
* docs: add training guide translations for ar, ko, pt-BR
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Alex <alex@crewai.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>