You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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..
The text was updated successfully, but these errors were encountered: