This is meant to prevent "orphaned" docs such as a terms where the parent concept does not have an md file.
Rather than checking for that specifically, we can more generally check to make sure that every folder for a topic/concept/term contains an md file with the same name.
Even after this is merged, it won't be required-for-merge until we add it as a required check in the repo's settings: (Settings -> Branches -> main -> Edit -> Status checks that are required)
This is meant to prevent "orphaned" docs such as a terms where the parent concept does not have an md file.
Rather than checking for that specifically, we can more generally check to make sure that every folder for a topic/concept/term contains an md file with the same name.
Even after this is merged, it won't be required-for-merge until we add it as a required check in the repo's settings: (
Settings
->Branches
->main
->Edit
->Status checks that are required
)