[PR #2229] [MERGED] Self-hosted renav for cloud providers #2245

Closed
opened 2026-02-17 17:23:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2229
Author: @katmayb
Created: 1/14/2026
Status: Merged
Merged: 1/20/2026
Merged by: @katmayb

Base: mainHead: self-hosted-nav


📝 Commits (3)

  • 710a666 WIP self-hosted renav for cloud providers
  • 9824ba6 Add feedback
  • 042b8c6 Consolidate initial setup and architecture pages for each cloud provider

📊 Changes

9 files changed (+659 additions, -149 deletions)

View changed files

📝 src/docs.json (+8 -8)
📝 src/langsmith/aws-self-hosted.mdx (+50 -3)
📝 src/langsmith/azure-self-hosted.mdx (+49 -2)
📝 src/langsmith/deploy-self-hosted-full-platform.mdx (+1 -1)
📝 src/langsmith/gcp-self-hosted.mdx (+49 -2)
📝 src/langsmith/self-host-blob-storage.mdx (+88 -55)
📝 src/langsmith/self-host-external-postgres.mdx (+207 -36)
📝 src/langsmith/self-host-external-redis.mdx (+199 -38)
📝 src/langsmith/self-hosted.mdx (+8 -4)

📄 Description

Fixes DOC-544

Improves cloud-specific discoverability in LangSmith self-hosted docs by creating a centralized page for each cloud provider

  • Provides initial setup steps for AWS (EKS), GCP (GKE), and Azure (AKS)
  • Links to cloud-managed services (S3/RDS/ElastiCache, GCS/Cloud SQL/Memorystore, Azure Blob/Database/Cache)
  • Includes authentication setup guidance (IRSA, Workload Identity, Azure Workload Identity)
  • Consolidates with the existing architecture guides.
  • Added to navigation under "Self-hosted cloud guides" section

Approach

This proposed solution provides cloud-specific discoverability in the places where it really matters (like initial setup, authentication) while keeping the detailed configuration guides clean and maintainable.

Preview

https://langchain-5e9cc07a-preview-selfho-1768586885-555e1d7.mintlify.app/langsmith/aws-self-hosted


🔄 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/2229 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `self-hosted-nav` --- ### 📝 Commits (3) - [`710a666`](https://github.com/langchain-ai/docs/commit/710a666afbe227f8fa011934db0cf0bc8df515f3) WIP self-hosted renav for cloud providers - [`9824ba6`](https://github.com/langchain-ai/docs/commit/9824ba650b5a5c0ce7ace0f7eeb2d286553441bd) Add feedback - [`042b8c6`](https://github.com/langchain-ai/docs/commit/042b8c6f5e537f23d6aa07a06cb1413697fbbfd0) Consolidate initial setup and architecture pages for each cloud provider ### 📊 Changes **9 files changed** (+659 additions, -149 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+8 -8) 📝 `src/langsmith/aws-self-hosted.mdx` (+50 -3) 📝 `src/langsmith/azure-self-hosted.mdx` (+49 -2) 📝 `src/langsmith/deploy-self-hosted-full-platform.mdx` (+1 -1) 📝 `src/langsmith/gcp-self-hosted.mdx` (+49 -2) 📝 `src/langsmith/self-host-blob-storage.mdx` (+88 -55) 📝 `src/langsmith/self-host-external-postgres.mdx` (+207 -36) 📝 `src/langsmith/self-host-external-redis.mdx` (+199 -38) 📝 `src/langsmith/self-hosted.mdx` (+8 -4) </details> ### 📄 Description Fixes DOC-544 Improves cloud-specific discoverability in LangSmith self-hosted docs by creating a centralized page for each cloud provider - Provides initial setup steps for AWS (EKS), GCP (GKE), and Azure (AKS) - Links to cloud-managed services (S3/RDS/ElastiCache, GCS/Cloud SQL/Memorystore, Azure Blob/Database/Cache) - Includes authentication setup guidance (IRSA, Workload Identity, Azure Workload Identity) - Consolidates with the existing architecture guides. - Added to navigation under "Self-hosted cloud guides" section ### Approach This proposed solution provides cloud-specific discoverability in the places where it really matters (like initial setup, authentication) while keeping the detailed configuration guides clean and maintainable. ## Preview https://langchain-5e9cc07a-preview-selfho-1768586885-555e1d7.mintlify.app/langsmith/aws-self-hosted --- <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-17 17:23:13 -05:00
yindo closed this issue 2026-02-17 17:23:13 -05:00
yindo changed title from [PR #2229] Self-hosted renav for cloud providers to [PR #2229] [MERGED] Self-hosted renav for cloud providers 2026-06-05 18:17: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#2245