mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-03 10:12:33 +00:00
docs: add LangGraph (#15682)
This commit is contained in:
parent
3e7a590a43
commit
c0eb2482c3
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user