add ls link (#7847)

This commit is contained in:
Bagatur
2023-07-18 07:39:26 -07:00
committed by GitHub
parent 17956ff08e
commit 6a32f93669

View File

@@ -148,6 +148,11 @@ const config = {
navbar: {
title: "🦜️🔗 LangChain",
items: [
{
to: "https://smith.langchain.com",
label: "LangSmith",
position: "right",
},
{
to: "https://js.langchain.com/docs",
label: "JS/TS Docs",