DigestAuth's documentation gives wrong tip for passoword format since v3.5

Before v3.5, DigestAuth's documentation suggests:

Use htdigest to generate passwords.

Since v3.5, it becomes:

Passwords must be hashed using MD5, SHA1, or BCrypt. Use htpasswd to generate the passwords.

I know that passwords generated by htpasswd are used by the BasicAuth middleware, as the documentation states. From v3.5, the Passwords format descriptions of DigestAuth and BasicAuth are the same.

Traefik BasicAuth Documentation | Traefik | v3.5

Traefik DigestAuth Documentation | Traefik | v3.5

I guess there is some mistake in the documentation sources at

traefik/docs/content/reference/routing-configuration/http/middlewares/digestauth.md at v3.5 ยท traefik/traefik

If you think it's a bug, please report it to the devs at Traefik Github.

For doc pages, there is a pen at the top right to propose changes directly related to the page.