Releases: CaseyHofland/docfx-unitypackage
v1.0.2
DocFX Unity package is a GitHub action for deploying a DocFX website for Unity packages to GitHub Pages.
Full Changelog: https://github.com/CaseyHofland/docfx-unitypackage/blob/main/CHANGELOG.md
This release fixes subdirectories in Documentation~
. These were ignored due to an oversight.
Installation Guide: https://github.com/CaseyHofland/docfx-unitypackage/tree/main#installation
v1.0.1
DocFX Unity package is a GitHub action for deploying a DocFX website for Unity packages to GitHub Pages.
Full Changelog: https://github.com/CaseyHofland/docfx-unitypackage/blob/main/CHANGELOG.md
This release fixes an error that would occur if one of the following files was not present:
- Documentation~/config.json
- Documentation~/projectMetadata.json
This error was triggered by an update to docfx. The good news is that now projectMetadata.json actually works. Jay!
Installation Guide: https://github.com/CaseyHofland/docfx-unitypackage/tree/main#installation
v1.0.0
This is the first release of docfx-unitypackage.
DocFX Unity package is a GitHub action for deploying a DocFX website for Unity packages to GitHub Pages.
Full Changelog: https://github.com/CaseyHofland/docfx-unitypackage/blob/main/CHANGELOG.md
DocFX Unity package is a GitHub action for deploying a DocFX website for Unity packages to GitHub Pages. These days, Unity maintains a lot of optional packages containing great documentation. This action's goal is to allow you to easily build documentation for Unity packages published on GitHub. It aims to mimic Unity's documentation workflow while keeping the native benefits of DocFX.
Installation Guide: https://github.com/CaseyHofland/docfx-unitypackage/tree/main#installation