mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-26 13:59:49 +00:00
docs: add LangGraph (#15682)
This commit is contained in:
@@ -78,6 +78,7 @@ module.exports = {
|
|||||||
id: "langsmith/index"
|
id: "langsmith/index"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{type: "doc", id: "langgraph", label: "LangGraph"},
|
||||||
],
|
],
|
||||||
integrations: [
|
integrations: [
|
||||||
{
|
{
|
||||||
|
@@ -20,4 +20,5 @@ cp ../templates/docs/INDEX.md docs/templates/index.md
|
|||||||
python3.8 scripts/copy_templates.py
|
python3.8 scripts/copy_templates.py
|
||||||
cp ../cookbook/README.md src/pages/cookbook.mdx
|
cp ../cookbook/README.md src/pages/cookbook.mdx
|
||||||
wget -q https://raw.githubusercontent.com/langchain-ai/langserve/main/README.md -O docs/langserve.md
|
wget -q https://raw.githubusercontent.com/langchain-ai/langserve/main/README.md -O docs/langserve.md
|
||||||
|
wget -q https://raw.githubusercontent.com/langchain-ai/langgraph/main/README.md -O docs/langgraph.md
|
||||||
quarto render docs/
|
quarto render docs/
|
||||||
|
Reference in New Issue
Block a user