mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 17:13:22 +00:00
docs: add LangGraph (#15682)
This commit is contained in:
parent
3e7a590a43
commit
c0eb2482c3
@ -78,6 +78,7 @@ module.exports = {
|
||||
id: "langsmith/index"
|
||||
},
|
||||
},
|
||||
{type: "doc", id: "langgraph", label: "LangGraph"},
|
||||
],
|
||||
integrations: [
|
||||
{
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user