From f5326cfb4e10b3b0dd6cac1f51c56616ba931c19 Mon Sep 17 00:00:00 2001 From: Leonid Ganeline Date: Tue, 28 Nov 2023 16:44:45 -0800 Subject: [PATCH] docs[patch]: link to LangSmith docs (#13740) It happens that there is no link to the LangSmith Docs from the LangChain Docs. Added this link --- docs/docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 33a6630bf90..2977dd40a9e 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -220,6 +220,10 @@ const config = { href: "https://smith.langchain.com", label: "LangSmith", }, + { + href: "https://docs.smith.langchain.com/", + label: "LangSmith Docs", + }, { href: "https://github.com/langchain-ai/langserve", label: "LangServe GitHub",