From de0871db3769f7c7387edf883f3fce4e2b8039f7 Mon Sep 17 00:00:00 2001 From: Sherlock113 Date: Mon, 21 Jul 2025 10:22:46 +0800 Subject: [PATCH] Update links Signed-off-by: Sherlock113 --- docusaurus.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index b0b6002..2dea965 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -89,7 +89,7 @@ const config: Config = { label: 'BentoML Open-Source', description: 'The most flexible way to serve AI/ML models and custom inference pipelines in production', - text: 'Github', + text: 'GitHub', href: 'https://github.com/bentoml', icon: '/img/open-source.svg' } @@ -102,8 +102,8 @@ const config: Config = { }, { position: 'left', - href: 'https://docs.bentoml.com/?_gl=1*m5ucq6*_gcl_au*MjA4MzA3MTQ2NS4xNzQ3OTI4MDA5', - label: 'Docs' + href: 'https://l.bentoml.com/join-slack-llm-inference-handbook', + label: 'Community' }, { position: 'left', @@ -114,11 +114,11 @@ const config: Config = { label: 'Blog' }, { - href: 'https://www.bentoml.com/llm', - label: 'LLM Inference Handbook' + href: 'https://docs.bentoml.com/en/latest', + label: 'Docs' }, { - href: 'https://docs.bentoml.com/en/latest/examples/overview.html?_gl=1*m5mrt*_gcl_au*MjA4MzA3MTQ2NS4xNzQ3OTI4MDA5', + href: 'https://docs.bentoml.com/en/latest/examples/overview.html', label: 'Featured Examples' } ]