[PR #3144] [MERGED] Update the langsmith deployment quickstart #3217

Closed
opened 2026-06-05 18:21:27 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3144
Author: @katmayb
Created: 3/16/2026
Status: Merged
Merged: 3/17/2026
Merged by: @katmayb

Base: mainHead: deployments-local-dev


📝 Commits (8)

📊 Changes

17 files changed (+387 additions, -358 deletions)

View changed files

📝 src/docs.json (+4 -1)
📝 src/langsmith/agent-server.mdx (+1 -1)
📝 src/langsmith/application-structure.mdx (+1 -1)
📝 src/langsmith/cicd-pipeline-example.mdx (+1 -1)
📝 src/langsmith/data-storage-and-privacy.mdx (+1 -1)
📝 src/langsmith/deploy-standalone-server.mdx (+1 -1)
📝 src/langsmith/deploy-to-cloud.mdx (+2 -1)
📝 src/langsmith/deploy-with-control-plane.mdx (+1 -1)
📝 src/langsmith/deployment-quickstart.mdx (+149 -109)
📝 src/langsmith/deployments.mdx (+6 -1)
📝 src/langsmith/faq.mdx (+1 -1)
📝 src/langsmith/local-dev-testing.mdx (+214 -13)
src/langsmith/local-server.mdx (+0 -221)
📝 src/langsmith/observability-studio.mdx (+2 -2)
📝 src/langsmith/platform-setup.mdx (+1 -1)
📝 src/langsmith/quick-start-studio.mdx (+1 -1)
📝 src/langsmith/studio.mdx (+1 -1)

📄 Description

New/rewritten pages

  • deployment-quickstart.mdx — Completely reworked: new CLI-based quickstart using langgraph deploy, steps for deploy → Studio → API test, deploy list/logs/delete commands, Next steps cards (Assistants, Threads, Runs)
  • local-dev-testing.mdx — Substantially expanded: full get-started steps for both langgraph dev and langgraph up in accordions, comparison table, use cases, pre-deployment checklist, dependency configuration, troubleshooting, Next steps

Deleted

local-server.mdx — Removed (replaced by local-dev-testing.mdx)

Updated pages

  • deployments.mdx — Added Plus plan requirement note; fixed a card link (local-server → local-dev-testing)
  • deploy-to-cloud.mdx — Added Plus plan requirement to prerequisites; fixed a broken link (local-server → local-dev-testing)
  • agent-server.mdx — Fixed bold markdown typo (*statelessstateless)

Navigation (docs.json)

Added redirect: /langsmith/local-server → /langsmith/local-dev-testing

Previews

Quickstart


🔄 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/docs/pull/3144 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 3/16/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `deployments-local-dev` --- ### 📝 Commits (8) - [`1754168`](https://github.com/langchain-ai/docs/commit/175416836e9b059f40debab25a2cca3905db51d3) Rework the intro nav for Deployment - [`3c7fc53`](https://github.com/langchain-ai/docs/commit/3c7fc5322d03c2511185f3d6e29b97d45a950f79) Update app dev name - [`8ef3863`](https://github.com/langchain-ai/docs/commit/8ef3863e761523028700306b2042af38c64fde93) Start - [`36bebc7`](https://github.com/langchain-ai/docs/commit/36bebc73a9e6756aa1e59b28e6f0c566200f34ea) More - [`9170d9f`](https://github.com/langchain-ai/docs/commit/9170d9f7f7e7c4c25434eb6ae58d710a02c080ce) Update the deployment quickstart - [`854bd7b`](https://github.com/langchain-ai/docs/commit/854bd7b78d646a33c0320159bafca9ba4551e23a) Hari feedback - [`70c5633`](https://github.com/langchain-ai/docs/commit/70c5633ed3c417fd182f7dc98edd24b0c0f3cd76) Apply suggestion from @katmayb - [`1cfaae0`](https://github.com/langchain-ai/docs/commit/1cfaae0c0e0b65f329ec3d1853b2cefc5974f18a) Apply suggestion from @katmayb ### 📊 Changes **17 files changed** (+387 additions, -358 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+4 -1) 📝 `src/langsmith/agent-server.mdx` (+1 -1) 📝 `src/langsmith/application-structure.mdx` (+1 -1) 📝 `src/langsmith/cicd-pipeline-example.mdx` (+1 -1) 📝 `src/langsmith/data-storage-and-privacy.mdx` (+1 -1) 📝 `src/langsmith/deploy-standalone-server.mdx` (+1 -1) 📝 `src/langsmith/deploy-to-cloud.mdx` (+2 -1) 📝 `src/langsmith/deploy-with-control-plane.mdx` (+1 -1) 📝 `src/langsmith/deployment-quickstart.mdx` (+149 -109) 📝 `src/langsmith/deployments.mdx` (+6 -1) 📝 `src/langsmith/faq.mdx` (+1 -1) 📝 `src/langsmith/local-dev-testing.mdx` (+214 -13) ➖ `src/langsmith/local-server.mdx` (+0 -221) 📝 `src/langsmith/observability-studio.mdx` (+2 -2) 📝 `src/langsmith/platform-setup.mdx` (+1 -1) 📝 `src/langsmith/quick-start-studio.mdx` (+1 -1) 📝 `src/langsmith/studio.mdx` (+1 -1) </details> ### 📄 Description ### New/rewritten pages - deployment-quickstart.mdx — Completely reworked: new CLI-based quickstart using langgraph deploy, steps for deploy → Studio → API test, deploy list/logs/delete commands, Next steps cards (Assistants, Threads, Runs) - local-dev-testing.mdx — Substantially expanded: full get-started steps for both langgraph dev and langgraph up in accordions, comparison table, use cases, pre-deployment checklist, dependency configuration, troubleshooting, Next steps ### Deleted local-server.mdx — Removed (replaced by local-dev-testing.mdx) ### Updated pages - deployments.mdx — Added Plus plan requirement note; fixed a card link (local-server → local-dev-testing) - deploy-to-cloud.mdx — Added Plus plan requirement to prerequisites; fixed a broken link (local-server → local-dev-testing) - agent-server.mdx — Fixed bold markdown typo (**stateless* → **stateless**) ### Navigation (docs.json) Added redirect: /langsmith/local-server → /langsmith/local-dev-testing ## Previews [Quickstart](https://langchain-5e9cc07a-preview-deploy-1773756064-711358c.mintlify.app/langsmith/deployment-quickstart) --- <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-06-05 18:21:27 -04:00
yindo closed this issue 2026-06-05 18:21:27 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3217