help wantedkind/documentationlifecycle/frozenpriority/backlog
Description
I just addressed a PR (#12387) where a user was proposing to remove a flag from the documentation because when they ran --help on the latest version of minikube that flag wasn't present. This was because the PR (#11553) that added the flag was merged after last release, so the documentation was updated but the feature doesn't yet exist in the latest version of minikube.
Thought this was worth discussing since this can be confusing to users if they read a flag or new command in the documentation but it's not actually available in the latest version of minikube. Maybe we cam have a way to only update documentation on the website after a release.