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
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