arangojs icon indicating copy to clipboard operation
arangojs copied to clipboard

Add a favicon to the docs?

Open ArtskydJ opened this issue 5 years ago • 1 comments

For bookmarks, and easier tab recognizability, I'd like to have a favicon.

https://www.arangodb.com/ has this code...

<link rel="shortcut icon" href="https://www.arangodb.com/wp-content/uploads/2018/07/www.arangodb.com-favicon.png">

...which could maybe be repurposed? (I'm not sure if arangojs is connected closely enough to legally use the same logo or code.)

Even if you can't use the same icon, I'd still be happy with another icon.

ArtskydJ avatar Oct 06 '20 02:10 ArtskydJ

The docs are generated via Jekyll using GitHub pages. I haven't found a way to use favicons with those. If you can find something that works, feel free to create a PR to the gh-pages branch.

pluma avatar Oct 06 '20 10:10 pluma