[PR #642] [MERGED] docs: New cloud docs #907

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/642
Author: @bracesproul
Created: 10/30/2024
Status: Merged
Merged: 10/31/2024
Merged by: @jacoblee93

Base: mainHead: brace/new-cloud-docs


📝 Commits (6)

  • 31798de feat: New cloud docs
  • be56227 Merge branch 'main' of github.com:langchain-ai/langgraphjs into brace/new-cloud-docs
  • 6299cbb Merge branch 'main' of github.com:langchain-ai/langgraphjs into brace/new-cloud-docs
  • ff5b2f0 Update pages, add index pages
  • 0fb61e0 Remove orphaned page
  • 0737177 Fix format

📊 Changes

26 files changed (+1491 additions, -122 deletions)

View changed files

docs/docs/concepts/application_structure.md (+165 -0)
docs/docs/concepts/assistants.md (+37 -0)
docs/docs/concepts/bring_your_own_cloud.md (+54 -0)
docs/docs/concepts/deployment_options.md (+70 -0)
docs/docs/concepts/double_texting.md (+47 -0)
docs/docs/concepts/img/assistants.png (+0 -0)
docs/docs/concepts/img/byoc_architecture.png (+0 -0)
docs/docs/concepts/img/double_texting.png (+0 -0)
docs/docs/concepts/img/langgraph_cloud_architecture.png (+0 -0)
docs/docs/concepts/img/lg_platform.png (+0 -0)
docs/docs/concepts/img/persistence/shared_state.png (+0 -0)
docs/docs/concepts/index.md (+66 -0)
docs/docs/concepts/langgraph_cli.md (+43 -0)
docs/docs/concepts/langgraph_cloud.md (+38 -0)
docs/docs/concepts/langgraph_platform.md (+67 -0)
docs/docs/concepts/langgraph_server.md (+130 -0)
docs/docs/concepts/langgraph_studio.md (+116 -0)
📝 docs/docs/concepts/low_level.md (+2 -2)
📝 docs/docs/concepts/multi_agent.md (+1 -1)
📝 docs/docs/concepts/persistence.md (+190 -1)

...and 6 more files

📄 Description

No description provided


🔄 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/642 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 10/30/2024 **Status:** ✅ Merged **Merged:** 10/31/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `brace/new-cloud-docs` --- ### 📝 Commits (6) - [`31798de`](https://github.com/langchain-ai/langgraphjs/commit/31798ded0765b3b4810712f8586812a4f0609975) feat: New cloud docs - [`be56227`](https://github.com/langchain-ai/langgraphjs/commit/be562276d407df6569f8e2a8143ade859c402cac) Merge branch 'main' of github.com:langchain-ai/langgraphjs into brace/new-cloud-docs - [`6299cbb`](https://github.com/langchain-ai/langgraphjs/commit/6299cbb31cf7ff6e99da54531a8cd96aca46c028) Merge branch 'main' of github.com:langchain-ai/langgraphjs into brace/new-cloud-docs - [`ff5b2f0`](https://github.com/langchain-ai/langgraphjs/commit/ff5b2f0d0c91b2d9b28135c9f8c5e1fbdfdcc051) Update pages, add index pages - [`0fb61e0`](https://github.com/langchain-ai/langgraphjs/commit/0fb61e0123fa472eee4761d1a938995096b94568) Remove orphaned page - [`0737177`](https://github.com/langchain-ai/langgraphjs/commit/0737177cce2084b2c6af89fcc6ca099f73bbe236) Fix format ### 📊 Changes **26 files changed** (+1491 additions, -122 deletions) <details> <summary>View changed files</summary> ➕ `docs/docs/concepts/application_structure.md` (+165 -0) ➕ `docs/docs/concepts/assistants.md` (+37 -0) ➕ `docs/docs/concepts/bring_your_own_cloud.md` (+54 -0) ➕ `docs/docs/concepts/deployment_options.md` (+70 -0) ➕ `docs/docs/concepts/double_texting.md` (+47 -0) ➕ `docs/docs/concepts/img/assistants.png` (+0 -0) ➕ `docs/docs/concepts/img/byoc_architecture.png` (+0 -0) ➕ `docs/docs/concepts/img/double_texting.png` (+0 -0) ➕ `docs/docs/concepts/img/langgraph_cloud_architecture.png` (+0 -0) ➕ `docs/docs/concepts/img/lg_platform.png` (+0 -0) ➕ `docs/docs/concepts/img/persistence/shared_state.png` (+0 -0) ➕ `docs/docs/concepts/index.md` (+66 -0) ➕ `docs/docs/concepts/langgraph_cli.md` (+43 -0) ➕ `docs/docs/concepts/langgraph_cloud.md` (+38 -0) ➕ `docs/docs/concepts/langgraph_platform.md` (+67 -0) ➕ `docs/docs/concepts/langgraph_server.md` (+130 -0) ➕ `docs/docs/concepts/langgraph_studio.md` (+116 -0) 📝 `docs/docs/concepts/low_level.md` (+2 -2) 📝 `docs/docs/concepts/multi_agent.md` (+1 -1) 📝 `docs/docs/concepts/persistence.md` (+190 -1) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <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:22 -05:00
yindo closed this issue 2026-02-15 19:16:22 -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#907