[PR #813] [MERGED] docs: Pull LangGraph Cloud docs on build, update cloud and local server guides #1028

Closed
opened 2026-02-15 19:16:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/813
Author: @jacoblee93
Created: 1/28/2025
Status: Merged
Merged: 1/28/2025
Merged by: @jacoblee93

Base: mainHead: jacob/cloud_docs


📝 Commits (4)

📊 Changes

14 files changed (+403 additions, -61 deletions)

View changed files

📝 docs/.gitignore (+1 -0)
📝 docs/Makefile (+13 -1)
📝 docs/docs/concepts/assistants.md (+2 -2)
📝 docs/docs/concepts/deployment_options.md (+2 -2)
📝 docs/docs/concepts/double_texting.md (+4 -4)
📝 docs/docs/concepts/langgraph_cli.md (+1 -1)
📝 docs/docs/concepts/langgraph_cloud.md (+2 -2)
📝 docs/docs/concepts/langgraph_server.md (+7 -7)
📝 docs/docs/concepts/sdk.md (+5 -5)
📝 docs/docs/how-tos/index.md (+35 -35)
docs/docs/tutorials/deployment.md (+18 -0)
📝 docs/docs/tutorials/index.md (+1 -1)
docs/docs/tutorials/langgraph-platform/local-server.md (+234 -0)
📝 docs/mkdocs.yml (+78 -1)

📄 Description

CC @ccurme @vbarda


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/813 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 1/28/2025 **Status:** ✅ Merged **Merged:** 1/28/2025 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/cloud_docs` --- ### 📝 Commits (4) - [`38904f0`](https://github.com/langchain-ai/langgraphjs/commit/38904f078dfd88a77704d74a97365fa902537b85) Pull LangGraph Cloud docs on build - [`2e29135`](https://github.com/langchain-ai/langgraphjs/commit/2e29135420ac5302bf867aa878a968d73a28648c) Update local server guide - [`3d01daf`](https://github.com/langchain-ai/langgraphjs/commit/3d01dafe416d5d479dd51a48a08794ae85dbf863) Fix for Linux - [`f62999e`](https://github.com/langchain-ai/langgraphjs/commit/f62999ed775e38580670fc8207547271fc05fa50) Fix ### 📊 Changes **14 files changed** (+403 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `docs/.gitignore` (+1 -0) 📝 `docs/Makefile` (+13 -1) 📝 `docs/docs/concepts/assistants.md` (+2 -2) 📝 `docs/docs/concepts/deployment_options.md` (+2 -2) 📝 `docs/docs/concepts/double_texting.md` (+4 -4) 📝 `docs/docs/concepts/langgraph_cli.md` (+1 -1) 📝 `docs/docs/concepts/langgraph_cloud.md` (+2 -2) 📝 `docs/docs/concepts/langgraph_server.md` (+7 -7) 📝 `docs/docs/concepts/sdk.md` (+5 -5) 📝 `docs/docs/how-tos/index.md` (+35 -35) ➕ `docs/docs/tutorials/deployment.md` (+18 -0) 📝 `docs/docs/tutorials/index.md` (+1 -1) ➕ `docs/docs/tutorials/langgraph-platform/local-server.md` (+234 -0) 📝 `docs/mkdocs.yml` (+78 -1) </details> ### 📄 Description CC @ccurme @vbarda --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:52 -05:00
yindo closed this issue 2026-02-15 19:16:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1028