### Pandas version checks - [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/) ### Location of the documentation https://pandas.pydata.org/docs/reference/api/pandas.core.resample.Resampler.mean.html ### Documentation problem According to the [comment](https://github.com/pandas-dev/pandas/issues/48675#issuecomment-1255369994), numba engine hasn't be implemented for `resample`. However, the reference document says that they are supporting the numba engine. ### Suggested fix for documentation Please remove 'engine', 'engine_kwargs' in `parameters` section.