openhab / website

This repository contains the final artifacts from which the project website is served.
https://www.openhab.org/
20 stars 47 forks source link

Fix iconset page #434

Closed florian-h05 closed 6 months ago

florian-h05 commented 6 months ago

As I reported in https://github.com/openhab/openhab-docs/issues/2169, the classic iconset page was not showing any icons due to https://github.com/openhab/openhab-webui/pull/2084.

This updates the website to use the svg icons instead of the png ones (which BTW looks so much better because it is sharper).

It also updates several .gitignore files to exclude content that is generated by the website's build process and removes a file, that was accidentally commited and is generated by the build process.

florian-h05 commented 6 months ago

@kaikreuzer I luckily found the code that generated the iconset page - would have been too bad if the broken iconset page would move into the stable website deployment with the 4.1 release.

lolodomo commented 6 months ago

Bravo