documentation icon indicating copy to clipboard operation
documentation copied to clipboard

How can I add favicon asset?

Open deg opened this issue 4 years ago • 0 comments

(Using v13.2.5)

I'd like to set the favicon on my documentation. I see that I can do this with --favicon myFavIcon.png since https://github.com/documentationjs/documentation/pull/1207/commits/5b66910782e83eee4f9e8aa1d0528c681eba5d06 This does add the reference into index.html. But, I don't see how to add the favicon file itself into the generated assets. So, no favicon is found at runtime. How do I add the icon? Am I just missing something obvious?

deg avatar Dec 21 '21 11:12 deg