Closed
Description
https://docs.gitea.io/en-us/config-cheat-sheet/
We get a lot of questions in discord about debugging different config options only to find out users are using an unsupported version. They should not be expected to read all release notes/PRs to know if a setting is supported.
Each config option (and maybe other settings in the docs) should include the supported version. I'm not sure if there's an automated way of doing this with Hugo, but simply adding 1.14.0+
etc tag for each setting would be a good start.
Maintainers should also reject documentation PRs without version information.