From 25571e3f039d765a280bd63d7a94003563fae9fc Mon Sep 17 00:00:00 2001 From: Sean Sheng Date: Sun, 21 Jul 2024 19:58:40 -0700 Subject: [PATCH] docs: update theme to match branding (#4874) * docs: theme update to match website and bentocloud * update twitter x icon * update llm heading --- docs/source/conf.py | 14 +++++++------- .../use-cases/large-language-models/index.rst | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d4c067b9585..6b5d3ce669b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -116,12 +116,12 @@ html_theme = "furo" html_theme_options = { "light_css_variables": { - "color-brand-primary": "#44a4c6 ", - "color-brand-content": "#44a4c6 ", + "color-brand-primary": "#4dad8c ", + "color-brand-content": "#4dad8c ", }, "dark_css_variables": { - "color-brand-primary": "#c9378a ", - "color-brand-content": "#c9378a ", + "color-brand-primary": "#4dad8c ", + "color-brand-content": "#4dad8c ", }, "source_repository": "https://github.com/bentoml/bentoml/", "source_branch": "main", @@ -140,10 +140,10 @@ "class": "fab fa-linkedin", }, { - "name": "Twitter", + "name": "X", "url": "https://twitter.com/bentomlai", "html": "  ", - "class": "fab fa-twitter", + "class": "fab fa-x-twitter", }, { "name": "Slack", @@ -160,7 +160,7 @@ html_static_path = ["_static"] html_css_files = [ "css/custom.css", - "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css", + "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css", ] html_js_files = ["js/custom.js"] html_show_sphinx = False diff --git a/docs/source/use-cases/large-language-models/index.rst b/docs/source/use-cases/large-language-models/index.rst index 085d8214538..c6ab9ae282e 100644 --- a/docs/source/use-cases/large-language-models/index.rst +++ b/docs/source/use-cases/large-language-models/index.rst @@ -1,6 +1,6 @@ -===================== -Large language models -===================== +=== +LLM +=== This section provides example projects for large language models.