diff --git a/source/_static/favicon.ico b/source/_static/favicon.ico new file mode 100644 index 00000000..8d393ea6 Binary files /dev/null and b/source/_static/favicon.ico differ diff --git a/source/_static/img/favicon.ico b/source/_static/img/favicon.ico new file mode 100644 index 00000000..1d0850e9 Binary files /dev/null and b/source/_static/img/favicon.ico differ diff --git a/source/_static/logo-white.svg b/source/_static/logo-white.svg index cb87dd51..c0488df2 100644 --- a/source/_static/logo-white.svg +++ b/source/_static/logo-white.svg @@ -1,30 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/source/conf.py b/source/conf.py index 649f46aa..e2fdd742 100644 --- a/source/conf.py +++ b/source/conf.py @@ -234,4 +234,5 @@ ] html_logo = "_static/logo-white.svg" +html_favicon = "_static/favicon.ico" html_extra_path = ['robots.txt'] diff --git a/source/instructors/admin/organization/llms.rst b/source/instructors/admin/organization/llms.rst index f0ab1c1a..4db01e59 100644 --- a/source/instructors/admin/organization/llms.rst +++ b/source/instructors/admin/organization/llms.rst @@ -29,7 +29,7 @@ We support the following providers: Custom LLM Providers ==================== -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. +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. .. image:: /img/custom_llm_provider.png :alt: Custom LLM Providers diff --git a/student-source/_static/favicon.ico b/student-source/_static/favicon.ico new file mode 100644 index 00000000..8d393ea6 Binary files /dev/null and b/student-source/_static/favicon.ico differ diff --git a/student-source/_static/logo-white.svg b/student-source/_static/logo-white.svg index cb87dd51..c0488df2 100644 --- a/student-source/_static/logo-white.svg +++ b/student-source/_static/logo-white.svg @@ -1,30 +1 @@ - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/student-source/conf.py b/student-source/conf.py index e0b01f5a..397d0572 100644 --- a/student-source/conf.py +++ b/student-source/conf.py @@ -235,4 +235,5 @@ ] html_logo = "_static/logo-white.svg" +html_favicon = "_static/favicon.ico" html_extra_path = ['robots.txt']