Skip to content

Commit

Permalink
Add a robot icon and improve nav
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Jun 20, 2024
1 parent 399a5b2 commit 0f0f8f3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Django CI](https://github.com/vintasoftware/django-ai-assistant/actions/workflows/django.yml/badge.svg)](https://github.com/vintasoftware/django-ai-assistant/actions/workflows/django.yml)
[![Node CI](https://github.com/vintasoftware/django-ai-assistant/actions/workflows/node.yml/badge.svg)](https://github.com/vintasoftware/django-ai-assistant/actions/workflows/node.yml)

# django-ai-assistant
# django-ai-assistant ![docs/images/robot-happy-outline.svg]

Combine the power of LLMs with Django's productivity to build intelligent applications.
Let AI Assistants call methods from Django's side and do anything your users need!
Expand Down
1 change: 1 addition & 0 deletions docs/images/robot-happy-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Django AI Assistant
# Django AI Assistant :material-robot-happy-outline:

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

Expand Down
14 changes: 9 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ edit_uri: blob/main/docs/

theme:
name: material
icon:
logo: material/robot-happy-outline
favicon: images/robot-happy-outline.svg
features:
- navigation.tabs
palette:
Expand Down Expand Up @@ -43,13 +46,14 @@ markdown_extensions:
- toc:
permalink: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg

nav:
- Home:
- Overview: index.md
- Usage:
- Get Started: get-started.md
- Tutorial: tutorial.md
- Home: index.md
- Get Started: get-started.md
- Tutorial: tutorial.md
- Reference:
- helpers.assistants: assistants-ref.md
- helpers.use_cases: use-cases-ref.md
Expand Down

0 comments on commit 0f0f8f3

Please sign in to comment.