DAGWorks-Inc / burr

Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, trace, persist, and execute on your own infrastructure.
https://burr.dagworks.io
BSD 3-Clause Clear License
1.3k stars 73 forks source link

Added Favicon #401

Open ayushsingh199 opened 1 month ago

ayushsingh199 commented 1 month ago

[Short description explaining the high-level reason for the pull request]

Changes

Added Favicon for the website!

Screenshot 2024-10-17 at 6 43 43 PM

[!IMPORTANT] Add favicon to website by updating index.html to use burr-favicon.png.

  • HTML Update:
    • Added favicon by modifying the link tag in index.html to use burr-favicon.png as the icon.

This description was created by Ellipsis for a1dee6073b2ae4a828405e88a2b3b23393f34b6d. It will automatically update as commits are pushed.

skrawcz commented 1 month ago

Thanks @ayushsingh199. We also want this for the burr documentation page. I think you just need to do:

in conf.py under docs/

html_favicon = 'burr image file name' # and add the image to the docs folder too