From cf44d1e0691fc5d5953ba89a419e927e3a6bd56d Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 6 Aug 2024 18:24:51 -0700 Subject: [PATCH] docs(sidebars.js): cleanup sidebar title --- docs/my-website/sidebars.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 0305a7d81..414838280 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -151,10 +151,10 @@ const sidebars = { }, { type: "category", - label: "litellm.completion()", + label: "Chat Completions (litellm.completion)", link: { type: "generated-index", - title: "Completion()", + title: "Chat Completions", description: "Details on the completion() function", slug: "/completion", },