CaseyHofland / docfx-unitypackage

DocFX Unity package is a GitHub action for deploying a DocFX website for Unity packages to GitHub Pages.
https://github.com/marketplace/actions/docfx-unitypackage
MIT License
21 stars 8 forks source link

"Edit this Page" url is incorrect #5

Open CaseyHofland opened 8 months ago

CaseyHofland commented 8 months ago

Every page gets generated with an "Edit this page" url, but it will redirect to a non-existent url. This is because docfx-unitypackage moves files around before generating the website.

Solution

This should be relatively easy to fix using docfx url management, but it will take a little finicking to get it right.