From fdb9b24b9fb1064e5458602bd047e30803d77b80 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 18 Jun 2024 07:21:40 -0700 Subject: [PATCH] docs(instructor.md): add instructor to integrations --- 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 b71881871..f501adb1a 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -223,8 +223,8 @@ const sidebars = { }, { type: "category", - label: "LangChain, LlamaIndex Integration", - items: ["langchain/langchain"], + label: "LangChain, LlamaIndex, Instructor Integration", + items: ["langchain/langchain", "tutorials/instructor"], }, { type: "category",