[PR #727] [CLOSED] doc updates #1629

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/727
Author: @isahers1
Created: 6/20/2024
Status: Closed

Base: langgraph-api-docsHead: isaac/langgraph-api-docs


📝 Commits (7)

📊 Changes

36 files changed (+1669 additions, -766 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+7 -2)
📝 docs/docs/cloud/conceptual_guides/api_concepts.md (+7 -4)
docs/docs/cloud/index.md (+5 -0)
📝 docs/docs/cloud/reference/cli.md (+0 -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 (+0 -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/docs/deploy/deployment/managed.md (+0 -0)
docs/docs/deploy/deployment/self_hosted.md (+0 -0)
docs/docs/deploy/index.md (+0 -1)
docs/docs/deploy/sdk/js_sdk.md (+0 -0)
docs/docs/deploy/sdk/python_sdk.md (+0 -0)
📝 docs/mkdocs.yml (+26 -19)

...and 16 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/727 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 6/20/2024 **Status:** ❌ Closed **Base:** `langgraph-api-docs` ← **Head:** `isaac/langgraph-api-docs` --- ### 📝 Commits (7) - [`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 - [`cf2e4c8`](https://github.com/langchain-ai/langgraph/commit/cf2e4c8f43a70092c6d3f36837b9c8322f820334) changes - [`ed90653`](https://github.com/langchain-ai/langgraph/commit/ed90653e3e581e07837c3f4ac2899d799722fbed) lint ### 📊 Changes **36 files changed** (+1669 additions, -766 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+7 -2) 📝 `docs/docs/cloud/conceptual_guides/api_concepts.md` (+7 -4) ➕ `docs/docs/cloud/index.md` (+5 -0) 📝 `docs/docs/cloud/reference/cli.md` (+0 -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` (+0 -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/docs/deploy/deployment/managed.md` (+0 -0) ➖ `docs/docs/deploy/deployment/self_hosted.md` (+0 -0) ➖ `docs/docs/deploy/index.md` (+0 -1) ➖ `docs/docs/deploy/sdk/js_sdk.md` (+0 -0) ➖ `docs/docs/deploy/sdk/python_sdk.md` (+0 -0) 📝 `docs/mkdocs.yml` (+26 -19) _...and 16 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: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#1629