From 800b0ff3b9e7fb5712445e8e4182107135f9f5f6 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Fri, 28 Jun 2024 08:25:08 -0700 Subject: [PATCH] docs[minor]: Hide langserve pages (#23618) --- docs/docusaurus.config.js | 4 ---- docs/sidebars.js | 1 - 2 files changed, 5 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 84e0a32d966..d5e122bb596 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -237,10 +237,6 @@ const config = { href: "https://docs.smith.langchain.com/", label: "LangSmith Docs", }, - { - href: "https://github.com/langchain-ai/langserve", - label: "LangServe GitHub", - }, { href: "https://github.com/langchain-ai/langchain/tree/master/templates", label: "Templates GitHub", diff --git a/docs/sidebars.js b/docs/sidebars.js index 3b738771d41..63c68eb6e98 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -64,7 +64,6 @@ module.exports = { href: "https://langchain-ai.github.io/langgraph/", label: "🦜🕸️ LangGraph" }, - "langserve", ], }, {