[UX] Add support for wiki links in known fixes to display in game details page #4295
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support of adding a wiki page link in the known fixes repo so we can display it in the game page of a game to show the user there's known information they should read about that particular game.
This example is for
Heroes of Might and Magic 3 Complete
that (currently) needs a fix that we can't automate for the game to open, so we can point to the detail in our Wiki:This way users can find out known solutions and workarounds without having to do the research or ask on discord.
Since Wiki pages can also be useful for Windows games (like the Bethesda games reg fix on Windows), I updated the code to download the known-fixes files also on Windows. There's no risk of the other fixes running on windows because they only run after a new prefix is created.
Use the following Checklist if you have changed something on the Backend or Frontend: