docs: link to langsmith+langgraph docs (#21930)

This commit is contained in:
Bagatur
2024-05-20 13:05:22 -07:00
committed by GitHub
parent e8bdf245eb
commit 1418d3af00
16 changed files with 34 additions and 742 deletions

View File

@@ -55,11 +55,15 @@ module.exports = {
collapsible: false,
items: [
{
type: "doc",
label: "🦜🛠️ LangSmith",
id: "langsmith/index",
type: "link",
href: "https://docs.smith.langchain.com/",
label: "🦜🛠️ LangSmith"
},
{
type: "link",
href: "https://langchain-ai.github.io/langgraph/",
label: "🦜🕸️ LangGraph"
},
"langgraph",
"langserve",
],
},