[PR #731] [CLOSED] doc updates #1634

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/731
Author: @isahers1
Created: 6/20/2024
Status: Closed

Base: mainHead: isaac/langgraph-api-docs


📝 Commits (10+)

📊 Changes

32 files changed (+5433 additions, -8 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+7 -1)
docs/docs/cloud/conceptual_guides/api_concepts.md (+26 -0)
docs/docs/cloud/index.md (+5 -0)
docs/docs/cloud/reference/cli.md (+142 -0)
docs/docs/cloud/tutorials/img/api_page.png (+0 -0)
docs/docs/cloud/tutorials/img/deploy_filled_out.png (+0 -0)
docs/docs/cloud/tutorials/img/deployed_page.png (+0 -0)
docs/docs/cloud/tutorials/img/deployment_page.png (+0 -0)
docs/docs/cloud/tutorials/img/graph_visualization.png (+0 -0)
docs/docs/cloud/tutorials/managed.md (+169 -0)
docs/docs/cloud/tutorials/quick_start.md (+86 -0)
docs/docs/cloud/tutorials/sdk/img/graph_diagram.png (+0 -0)
docs/docs/cloud/tutorials/sdk/img/thread_diagram.png (+0 -0)
docs/docs/cloud/tutorials/self_hosted.md (+9 -0)
📝 docs/mkdocs.yml (+30 -2)
examples/cloud_examples/background_run.ipynb (+627 -0)
examples/cloud_examples/configuration_cloud.ipynb (+206 -0)
examples/cloud_examples/enqueue_concurrent.ipynb (+184 -0)
examples/cloud_examples/human-in-the-loop_cloud.ipynb (+705 -0)
examples/cloud_examples/interrupt_concurrent.ipynb (+175 -0)

...and 12 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/langgraph/pull/731 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 6/20/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `isaac/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) - [`5c01632`](https://github.com/langchain-ai/langgraph/commit/5c0163251a3a5e954d25f78a9cde02d6addb841b) concepts - [`f0a310d`](https://github.com/langchain-ai/langgraph/commit/f0a310d2469b04d770aea1257d1771968539bf3f) python sdk - [`537528f`](https://github.com/langchain-ai/langgraph/commit/537528f567cf5db9da4063fe60091051892babbc) docs structure - [`ba375b3`](https://github.com/langchain-ai/langgraph/commit/ba375b322a3be3f9ad7a72637b253cf8124ffbba) fmt - [`a1d8b85`](https://github.com/langchain-ai/langgraph/commit/a1d8b85758050ad48d994c5c5904d4237b8fa41c) fmt ### 📊 Changes **32 files changed** (+5433 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+7 -1) ➕ `docs/docs/cloud/conceptual_guides/api_concepts.md` (+26 -0) ➕ `docs/docs/cloud/index.md` (+5 -0) ➕ `docs/docs/cloud/reference/cli.md` (+142 -0) ➕ `docs/docs/cloud/tutorials/img/api_page.png` (+0 -0) ➕ `docs/docs/cloud/tutorials/img/deploy_filled_out.png` (+0 -0) ➕ `docs/docs/cloud/tutorials/img/deployed_page.png` (+0 -0) ➕ `docs/docs/cloud/tutorials/img/deployment_page.png` (+0 -0) ➕ `docs/docs/cloud/tutorials/img/graph_visualization.png` (+0 -0) ➕ `docs/docs/cloud/tutorials/managed.md` (+169 -0) ➕ `docs/docs/cloud/tutorials/quick_start.md` (+86 -0) ➕ `docs/docs/cloud/tutorials/sdk/img/graph_diagram.png` (+0 -0) ➕ `docs/docs/cloud/tutorials/sdk/img/thread_diagram.png` (+0 -0) ➕ `docs/docs/cloud/tutorials/self_hosted.md` (+9 -0) 📝 `docs/mkdocs.yml` (+30 -2) ➕ `examples/cloud_examples/background_run.ipynb` (+627 -0) ➕ `examples/cloud_examples/configuration_cloud.ipynb` (+206 -0) ➕ `examples/cloud_examples/enqueue_concurrent.ipynb` (+184 -0) ➕ `examples/cloud_examples/human-in-the-loop_cloud.ipynb` (+705 -0) ➕ `examples/cloud_examples/interrupt_concurrent.ipynb` (+175 -0) _...and 12 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-20 17:45:12 -05:00
yindo closed this issue 2026-02-20 17:45:12 -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#1634