Ellpeck / MLEM

Libraries for MonoGame and FNA that provide abstractions, quality of life improvements and additional features like a ui system and easy input handling.
https://mlem.ellpeck.de/
MIT License
84 stars 6 forks source link

Publish the new web demo on the docs website #23

Closed Ellpeck closed 2 months ago

Ellpeck commented 2 months ago

Now that we have the web demo, we should make use of it by publishing it on the docs website somewhere.

We may have to build the content in a separate job using Windows due to the content builder seemingly only working on Windows at the moment, but it may be nice to have it in a separate workflow anyway because then we could publish the changes every time the demo changes, rather than every time MLEM is updated.

This article seems to have some good info on web publishing with KNI.