Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/app/docs/content/platfrom-developer-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Ensure you have the following tools installed:

- **[Tilt](https://docs.tilt.dev/install.html)** - Development environment orchestrator
- **[kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/)** - Kubernetes CLI
- **[Helm](https://helm.sh/fr/docs/intro/install/)** - Package manager for Kubernetes
Copy link

Copilot AI Oct 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Helm documentation link points to the French version ('/fr/'). Consider using the English documentation link instead: https://helm.sh/docs/intro/install/

Suggested change
- **[Helm](https://helm.sh/fr/docs/intro/install/)** - Package manager for Kubernetes
- **[Helm](https://helm.sh/docs/intro/install/)** - Package manager for Kubernetes

Copilot uses AI. Check for mistakes.
- **Local Kubernetes cluster** - Choose one:
- Docker Desktop with Kubernetes enabled
- [Kind](https://kind.sigs.k8s.io/) (Kubernetes in Docker)
Expand Down