MongoDB Java driver maxIdleTimeMS behaviour is not described in Connection String docs

Hi, the MongoDB java driver has the following feature, when a connection pass the maxIdleTimeMS it is replaced by a new connection, but this is not on the mongodb docs, as we can see on maxIdleTimeMS there is no mention to the fact that the connection will be replaced. Is it a feature only from the mongodb java driver or there is documentation missing on the official docs and on the mongodb driver docs? How could i help with documentation? In which project?