Skip to content

Releases: CaseyHofland/docfx-unitypackage

v1.0.2

24 Feb 11:50
84713ff
Compare
Choose a tag to compare

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

21 Aug 12:46
560c94c
Compare
Choose a tag to compare

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

05 Jun 12:58
545eb0a
Compare
Choose a tag to compare

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