Ive run into this in a couple of places. lets say I have a file called /capabilities/training-courses/courses/scrumorg-applying-professional-scrum/index.md that’s of type:course. I want to add another markdown file in the same folder called /capabilities/training-courses/courses/scrumorg-applying-professional-scrum/technical-stuff.md that should also be rendered… but its not.
Update: Is this a resources vs content issue? This file is being treated as a resource?
Update:OK, I think I answered my own question… changing to _index changes it from a page to a section, but now it no longer rendered with the type:course bits its rendering with layout/_default/list.html
OK, so is the correct answer:
Change index to _index so that it rendered sub-pages