mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 12:07:36 +00:00
docs: Add langchain over time (#21434)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -58,24 +58,26 @@ module.exports = {
|
||||
collapsible: false,
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
type: "doc",
|
||||
label: "🦜🛠️ LangSmith",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "langsmith",
|
||||
},
|
||||
],
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "langsmith/index",
|
||||
},
|
||||
id: "langsmith/index",
|
||||
},
|
||||
"langgraph",
|
||||
"langserve",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Versions",
|
||||
collapsed: false,
|
||||
collapsible: false,
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "versions",
|
||||
}
|
||||
],
|
||||
},
|
||||
"security",
|
||||
],
|
||||
integrations: [
|
||||
|
Reference in New Issue
Block a user