Please format your title with what portion of the project this pull request is
targeting and what it's changing.
ex. "MyGame4: implement new game" or "Docs: add new guide for customizing MyGame3"
What is this fixing or adding?
This mirrors this mirrors #4106 in WebHost
This makes it so that tutorials and info are copied to static/generated/docs/<safe name> and loaded from static/generated/docs/<safe name>, i.e. "Clique" instead of "Cli:que"
This requires docs to be named "safely", otherwise JS will not find them, i.e. "en_Clique.md", not "en_Cli:que.md"
How was this tested?
Renaming "Clique" to "Cli:que" and running WebHost.
Please format your title with what portion of the project this pull request is targeting and what it's changing.
ex. "MyGame4: implement new game" or "Docs: add new guide for customizing MyGame3"
What is this fixing or adding?
static/generated/docs/<safe name>
and loaded fromstatic/generated/docs/<safe name>
, i.e. "Clique" instead of "Cli:que"How was this tested?
Renaming "Clique" to "Cli:que" and running WebHost.