[PR #725] [MERGED] docs: Add initial LangGraph Cloud docs #1631

Closed
opened 2026-02-20 17:45:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/725
Author: @andrewnguonly
Created: 6/20/2024
Status: Merged
Merged: 6/20/2024
Merged by: @andrewnguonly

Base: mainHead: langgraph-api-docs


📝 Commits (10+)

📊 Changes

33 files changed (+5360 additions, -4 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+7 -2)
docs/docs/deploy/api_concepts.md (+24 -0)
docs/docs/deploy/deployment/img/api_page.png (+0 -0)
docs/docs/deploy/deployment/img/deploy_filled_out.png (+0 -0)
docs/docs/deploy/deployment/img/deployed_page.png (+0 -0)
docs/docs/deploy/deployment/img/deployment_page.png (+0 -0)
docs/docs/deploy/deployment/img/graph_visualization.png (+0 -0)
docs/docs/deploy/deployment/managed.md (+157 -0)
docs/docs/deploy/deployment/self_hosted.md (+9 -0)
docs/docs/deploy/index.md (+11 -0)
docs/docs/deploy/quick_start.md (+70 -0)
docs/docs/deploy/reference/api_ref.md (+2 -0)
docs/docs/deploy/reference/cli.md (+142 -0)
docs/docs/deploy/reference/sdk/js_ts_sdk_ref.md (+2 -0)
docs/docs/deploy/reference/sdk/python_sdk_ref.md (+2 -0)
docs/docs/deploy/sdk/img/graph_diagram.png (+0 -0)
docs/docs/deploy/sdk/img/thread_diagram.png (+0 -0)
📝 docs/mkdocs.yml (+34 -2)
examples/cloud_examples/background_run.ipynb (+625 -0)
examples/cloud_examples/configuration_cloud.ipynb (+200 -0)

...and 13 more files

📄 Description

These documents are a work in progress and may change unexpectedly.


🔄 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/langgraph/pull/725 **Author:** [@andrewnguonly](https://github.com/andrewnguonly) **Created:** 6/20/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@andrewnguonly](https://github.com/andrewnguonly) **Base:** `main` ← **Head:** `langgraph-api-docs` --- ### 📝 Commits (10+) - [`2dc2053`](https://github.com/langchain-ai/langgraph/commit/2dc2053cf57867410056a31295fafcf93e9d756a) Create Deploy docs. - [`6695595`](https://github.com/langchain-ai/langgraph/commit/66955951a4ba7361de783219ee687bc5ba2badb3) Add LangGraph CLI docs. - [`277a8ef`](https://github.com/langchain-ai/langgraph/commit/277a8efccaa686291448aa0b073638aecae1f8f9) Update API concepts page. - [`228f8ec`](https://github.com/langchain-ai/langgraph/commit/228f8ece47578563cbdb272ae04de067ab90bec1) Create quick start page. - [`5213c1d`](https://github.com/langchain-ai/langgraph/commit/5213c1dc87b9ab696d6d9719e3972c2fabfebbb6) first draft (#695) - [`eb4294e`](https://github.com/langchain-ai/langgraph/commit/eb4294e20ef9bee6b7043af8ac22bebfc60fa6e2) concepts (#704) - [`a33d6a3`](https://github.com/langchain-ai/langgraph/commit/a33d6a36e8fa97bee5bd49025e1a20fe0167741c) Small touch ups, rename Hosted LangGraph API to LangGraph Cloud. (#724) - [`dd9fed8`](https://github.com/langchain-ai/langgraph/commit/dd9fed84c5d8be7e17d0d990fe81656b12ff1386) Fix small typos. - [`7923e88`](https://github.com/langchain-ai/langgraph/commit/7923e88f0e2702321011e058813395a233e620e5) Fix broken links in quick start page. - [`a42f245`](https://github.com/langchain-ai/langgraph/commit/a42f24556a89fcd638ce265868fe6a8ad4ef5e64) Add LangGraph Cloud reference docs. ### 📊 Changes **33 files changed** (+5360 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+7 -2) ➕ `docs/docs/deploy/api_concepts.md` (+24 -0) ➕ `docs/docs/deploy/deployment/img/api_page.png` (+0 -0) ➕ `docs/docs/deploy/deployment/img/deploy_filled_out.png` (+0 -0) ➕ `docs/docs/deploy/deployment/img/deployed_page.png` (+0 -0) ➕ `docs/docs/deploy/deployment/img/deployment_page.png` (+0 -0) ➕ `docs/docs/deploy/deployment/img/graph_visualization.png` (+0 -0) ➕ `docs/docs/deploy/deployment/managed.md` (+157 -0) ➕ `docs/docs/deploy/deployment/self_hosted.md` (+9 -0) ➕ `docs/docs/deploy/index.md` (+11 -0) ➕ `docs/docs/deploy/quick_start.md` (+70 -0) ➕ `docs/docs/deploy/reference/api_ref.md` (+2 -0) ➕ `docs/docs/deploy/reference/cli.md` (+142 -0) ➕ `docs/docs/deploy/reference/sdk/js_ts_sdk_ref.md` (+2 -0) ➕ `docs/docs/deploy/reference/sdk/python_sdk_ref.md` (+2 -0) ➕ `docs/docs/deploy/sdk/img/graph_diagram.png` (+0 -0) ➕ `docs/docs/deploy/sdk/img/thread_diagram.png` (+0 -0) 📝 `docs/mkdocs.yml` (+34 -2) ➕ `examples/cloud_examples/background_run.ipynb` (+625 -0) ➕ `examples/cloud_examples/configuration_cloud.ipynb` (+200 -0) _...and 13 more files_ </details> ### 📄 Description These documents are a work in progress and may change unexpectedly. --- <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-20 17:45:11 -05:00
yindo closed this issue 2026-02-20 17:45:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1631