slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.

Home Page:https://slint.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slint language docs missing favicon

Enyium opened this issue · comments

The Rust crate docs pages have a Rust favicon. But the Slint language docs pages don't have one (browser dev tools can't find a single occurrence of "icon" or "fav" in the DOM <head>). I bookmarked both pages and would like to have an icon on both of the bookmarks.

Thanks for filling an issue.

I think what we should do here is just add a favicon.ico on the root of releases.slint.dev and snapshots.slint.dev (eg in https://github.com/slint-ui/www-releases/tree/master/releases )

I don't think its necessary to edit the generated html.

@aurindam : Are these root files manually maintained or do is it copied by some script?

(BTW: It's "to file an issue", not "to fill an issue", so "filing" instead of "filling". Just so you know.)