docs: add LangGraph (#15682)

This commit is contained in:
Bagatur 2024-01-08 11:38:14 -05:00 committed by GitHub
parent 3e7a590a43
commit c0eb2482c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ module.exports = {
id: "langsmith/index"
},
},
{type: "doc", id: "langgraph", label: "LangGraph"},
],
integrations: [
{

View File

@ -20,4 +20,5 @@ cp ../templates/docs/INDEX.md docs/templates/index.md
python3.8 scripts/copy_templates.py
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/langgraph/main/README.md -O docs/langgraph.md
quarto render docs/