What happened
The current documentation still references the annotation:
config.alpha.linkerd.io/proxy-enable-native-sidecar
However, this annotation was deprecated in linkerd2#14587 and replaced with:
config.beta.linkerd.io/proxy-enable-native-sidecar
This may cause confusion for users who follow the documentation when enabling the native sidecar feature.
Expected
The doc edge references should use the updated annotation:
config.beta.linkerd.io/proxy-enable-native-sidecar
to stay consistent with the latest control plane configuration and avoid outdated examples.