diff --git a/docs/sidebars.js b/docs/sidebars.js index 13cd5a56346..46e50354212 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -78,6 +78,7 @@ module.exports = { id: "langsmith/index" }, }, + {type: "doc", id: "langgraph", label: "LangGraph"}, ], integrations: [ { diff --git a/docs/vercel_build.sh b/docs/vercel_build.sh index ec7b7c63a56..830de694e7f 100755 --- a/docs/vercel_build.sh +++ b/docs/vercel_build.sh @@ -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/