Skip to content

Commit 448e9aa

Browse files
Updated the logo, added the favicon and added a gemini note to custom… (#394)
… llms <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a custom favicon to the generated HTML documentation for improved branding. * **Documentation** * Updated documentation to include "Google Gemini" as an example of a custom LLM provider that can be added via API keys. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 parents 6a1efee + 4c50c73 commit 448e9aa

8 files changed

Lines changed: 5 additions & 61 deletions

File tree

source/_static/favicon.ico

4.12 KB
Binary file not shown.

source/_static/img/favicon.ico

7.95 KB
Binary file not shown.

source/_static/logo-white.svg

Lines changed: 1 addition & 30 deletions
Loading

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,5 @@
234234
]
235235

236236
html_logo = "_static/logo-white.svg"
237+
html_favicon = "_static/favicon.ico"
237238
html_extra_path = ['robots.txt']

source/instructors/admin/organization/llms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We support the following providers:
2929
Custom LLM Providers
3030
====================
3131

32-
You can add a custom LLM provider in Codio by entering API keys on the **Organization** > **LLMs** page. This allows you to use your chosen LLM provider in your courses.
32+
You can add a custom LLM provider, such as Google Gemini, to Codio by entering the API keys on the **Organization** > **LLMs** page. This allows you to use your chosen LLM provider in your courses.
3333

3434
.. image:: /img/custom_llm_provider.png
3535
:alt: Custom LLM Providers

student-source/_static/favicon.ico

4.12 KB
Binary file not shown.

student-source/_static/logo-white.svg

Lines changed: 1 addition & 30 deletions
Loading

student-source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,5 @@
235235
]
236236

237237
html_logo = "_static/logo-white.svg"
238+
html_favicon = "_static/favicon.ico"
238239
html_extra_path = ['robots.txt']

0 commit comments

Comments
 (0)