I disabled the section
kind and am creating my own sections structure.
In order to show the custom-section page, I’m using /my-section/index.md.
In order to show a post in a subdirectory path, I’m using /my-section/_index.md.
If I remove either of those things, the respective functionality stops working.
However, I’m now getting:
Content directory “/content/my-section” have both index.* and _index.* files, pick one.
Is this warning safe to ignore in my case? Or is there a different way to resolve this?