Skip to content

Commit

Permalink
Fix logo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Jul 5, 2024
1 parent d312598 commit 14c132b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Django AI Assistant

![robot logo](https://raw.githubusercontent.com/vintasoftware/django-ai-assistant/main/docs/images/logo-black-transparent-bg.svg#only-light)
![robot logo](https://raw.githubusercontent.com/vintasoftware/django-ai-assistant/main/docs/images/logo-white-transparent-bg.svg#only-dark)
# ![robot logo](https://raw.githubusercontent.com/vintasoftware/django-ai-assistant/main/docs/images/logo-black-transparent-bg.svg#only-light){ width="50" style="vertical-align: bottom" } ![robot logo](https://raw.githubusercontent.com/vintasoftware/django-ai-assistant/main/docs/images/logo-white-transparent-bg.svg#only-dark){ width="50" style="vertical-align: bottom" } Django AI Assistant

Combine the power of Large Language Models with Django's productivity to build intelligent applications.

Expand Down
5 changes: 2 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ copyright: From <a href="https://www.vintasoftware.com">Vinta Software</a> to th

theme:
name: material
icon:
logo: material/robot-happy-outline
favicon: images/robot-happy-outline.svg
logo: images/logo-white-transparent-bg.svg
favicon: images/logo-blue-bg.svg
features:
- navigation.footer
- navigation.indexes
Expand Down

0 comments on commit 14c132b

Please sign in to comment.