I tried to use disableKinds to disable the generation of the index.xml file. Following the documentation I added
params:
disableKinds: [RSS]
to my hugo.yaml file. Unfortunately it did not have any effect, the file was still being generated. I then noticed the hugo.yaml file already contained a disableKinds entry for the taxonomies, not under params. Adding "disableKinds: [RSS]" in the same place disabled the generation of the index.xml file.
I tried to use disableKinds to disable the generation of the index.xml file. Following the documentation I added
to my hugo.yaml file. Unfortunately it did not have any effect, the file was still being generated. I then noticed the hugo.yaml file already contained a disableKinds entry for the taxonomies, not under params. Adding "disableKinds: [RSS]" in the same place disabled the generation of the index.xml file.
Please update the documentation to reflect this.