Currently, we have pages that used to be nested in directories like Infrastructure/Services/GitHubActions. But GitHub automatically strips their title to Infrastructure Services GitHubAction, even for dashes instead of subdirectories. This is bad because it offers no hint of nesting.
Use a new separator; the best one seems to be the dot - ..
Perhaps this task is as easy as replacing spaces with dots in all filenames in the GH wiki repo, but we need to check for spaces that need to stay spaces..
Currently, we have pages that used to be nested in directories like
Infrastructure/Services/GitHubActions
. But GitHub automatically strips their title toInfrastructure Services GitHubAction
, even for dashes instead of subdirectories. This is bad because it offers no hint of nesting.Use a new separator; the best one seems to be the dot -
.
.Perhaps this task is as easy as replacing spaces with dots in all filenames in the GH wiki repo, but we need to check for spaces that need to stay spaces..