[PR #805] [MERGED] docs: Various updates to LangGraph Cloud docs #1690

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

📋 Pull Request Information

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

Base: mainHead: an/25jun/cloud-docs-auth


📝 Commits (7)

  • d54a887 Change LangGraph Deploy to LangGraph Cloud in CLI reference.
  • 56306d9 Update main README to link to Cloud docs. Update How-to Guide link in Cloud index page.
  • 25e2456 Create Environments Variable reference page.
  • 9ef27de Add Authentication to Conceptual Guide.
  • 13dab17 Update setup how-to to refer back to CompiledGraph variable name.
  • 7d6abc9 Update how-to notebooks for double texting.
  • a436bd4 Add warning about setting top-level variable for CompiledGraph.

📊 Changes

13 files changed (+59 additions, -180 deletions)

View changed files

📝 README.md (+2 -1)
📝 docs/docs/cloud/concepts/index.md (+13 -5)
📝 docs/docs/cloud/deployment/cloud.md (+2 -2)
docs/docs/cloud/deployment/managed.md (+0 -157)
📝 docs/docs/cloud/deployment/setup.md (+6 -1)
📝 docs/docs/cloud/index.md (+2 -2)
📝 docs/docs/cloud/reference/cli.md (+8 -8)
docs/docs/cloud/reference/env_var.md (+13 -0)
📝 docs/mkdocs.yml (+1 -0)
📝 examples/cloud_examples/enqueue_concurrent.ipynb (+3 -1)
📝 examples/cloud_examples/interrupt_concurrent.ipynb (+3 -1)
📝 examples/cloud_examples/reject_concurrent.ipynb (+3 -1)
📝 examples/cloud_examples/rollback_concurrent.ipynb (+3 -1)

📄 Description

Summary

  1. Change LangGraph Deploy to LangGraph Cloud in CLI reference.
  2. Add link to Cloud (alpha) in main README.
  3. Create Environment Variables reference.
  4. Add Authentication to conceptual guide.
  5. Add additional context to double text notebooks. This is a copy of this PR.

🔄 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/805 **Author:** [@andrewnguonly](https://github.com/andrewnguonly) **Created:** 6/25/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@andrewnguonly](https://github.com/andrewnguonly) **Base:** `main` ← **Head:** `an/25jun/cloud-docs-auth` --- ### 📝 Commits (7) - [`d54a887`](https://github.com/langchain-ai/langgraph/commit/d54a887ad75f511e6b538bd85af7ee00bfd77157) Change LangGraph Deploy to LangGraph Cloud in CLI reference. - [`56306d9`](https://github.com/langchain-ai/langgraph/commit/56306d99365db06a347658d72db5bd8c391e7ef2) Update main README to link to Cloud docs. Update How-to Guide link in Cloud index page. - [`25e2456`](https://github.com/langchain-ai/langgraph/commit/25e24564f2bf37a4d1452dc550d2d7f59e907750) Create Environments Variable reference page. - [`9ef27de`](https://github.com/langchain-ai/langgraph/commit/9ef27def9f4f4151a9a63d46551fa98a3f73abfd) Add Authentication to Conceptual Guide. - [`13dab17`](https://github.com/langchain-ai/langgraph/commit/13dab178cd44d895e547c3ba368976fdcd6e442f) Update setup how-to to refer back to CompiledGraph variable name. - [`7d6abc9`](https://github.com/langchain-ai/langgraph/commit/7d6abc9e4034765d43d776b7194c5fa554d7d818) Update how-to notebooks for double texting. - [`a436bd4`](https://github.com/langchain-ai/langgraph/commit/a436bd4b36ab7573fff8ad3f22b2bb760ce05078) Add warning about setting top-level variable for CompiledGraph. ### 📊 Changes **13 files changed** (+59 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) 📝 `docs/docs/cloud/concepts/index.md` (+13 -5) 📝 `docs/docs/cloud/deployment/cloud.md` (+2 -2) ➖ `docs/docs/cloud/deployment/managed.md` (+0 -157) 📝 `docs/docs/cloud/deployment/setup.md` (+6 -1) 📝 `docs/docs/cloud/index.md` (+2 -2) 📝 `docs/docs/cloud/reference/cli.md` (+8 -8) ➕ `docs/docs/cloud/reference/env_var.md` (+13 -0) 📝 `docs/mkdocs.yml` (+1 -0) 📝 `examples/cloud_examples/enqueue_concurrent.ipynb` (+3 -1) 📝 `examples/cloud_examples/interrupt_concurrent.ipynb` (+3 -1) 📝 `examples/cloud_examples/reject_concurrent.ipynb` (+3 -1) 📝 `examples/cloud_examples/rollback_concurrent.ipynb` (+3 -1) </details> ### 📄 Description ### Summary 1. Change `LangGraph Deploy` to `LangGraph Cloud` in CLI reference. 1. Add link to `Cloud (alpha)` in main README. 1. Create `Environment Variables` reference. 1. Add `Authentication` to conceptual guide. 1. Add additional context to double text notebooks. This is a copy of [this PR](https://github.com/langchain-ai/langgraph/pull/799). --- <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:20 -05:00
yindo closed this issue 2026-02-20 17:45:20 -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#1690