[PR #651] [MERGED] WIP Draft nav + sidebar updates for langsmith platform #893

Closed
opened 2026-02-17 17:21:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/651
Author: @katmayb
Created: 9/25/2025
Status: Merged
Merged: 10/14/2025
Merged by: @katmayb

Base: mainHead: langsmith-platform


📝 Commits (10+)

  • 1eb4767 Draft nav + sidebar updates for langsmith platform
  • 0affa6a Work on self-hosted section WIP
  • e71a15c Remove more LGP
  • cc99eee Update reference content
  • 3128dad Refine app dev section
  • 63cf770 Updates
  • 30b9249 Rework deployments tab and sidebar
  • fc8868a Rework home page and tabs
  • d5bfd21 Update diagram temp
  • 444fb9f Make app setup pages more agnostic

📊 Changes

186 files changed (+2321 additions, -2389 deletions)

View changed files

.github/ISSUE_TEMPLATE/04-langgraph-platform.yml (+0 -36)
📝 .github/copilot-instructions.md (+1 -2)
📝 .github/labeler.yml (+0 -7)
📝 README.md (+2 -3)
📝 pipeline/core/builder.py (+4 -8)
📝 pipeline/core/watcher.py (+1 -5)
📝 reference/javascript/README.md (+1 -1)
📝 reference/python/README.md (+1 -1)
📝 scripts/update_mdx.py (+1 -1)
📝 src/docs.json (+483 -772)
📝 src/hide-version-picker.css (+1 -1)
📝 src/index.mdx (+1 -1)
📝 src/labs/deep-agents/quickstart.mdx (+1 -1)
📝 src/labs/oap/custom-agents/overview.mdx (+2 -2)
📝 src/labs/oap/quickstart.mdx (+2 -2)
📝 src/labs/oap/setup/agents.mdx (+3 -3)
📝 src/labs/swe/setup/monorepo.mdx (+8 -8)
src/langgraph-platform/cloud.mdx (+0 -16)
src/langgraph-platform/components.mdx (+0 -16)
src/langgraph-platform/deployment-options.mdx (+0 -84)

...and 80 more files

📄 Description

This PR updates the docs for LangSmith Platform, folding in LGP. Specifically:

  • Update to tab arrangement.
  • Big content changes in Deployments tab (now Agent deployment as well as Platform infrastructure deployment).
  • Changing the name of the Studio feature.
  • Overhaul of home page.
  • Updates to tab landing pages to follow the same card format consistently.
  • Moving LGP content into the LS directory in the docs.

Latest preview:

https://langchain-5e9cc07a-preview-langsm-1760109143-df9b7ef.mintlify.app/langsmith/home


🔄 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/651 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 9/25/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `langsmith-platform` --- ### 📝 Commits (10+) - [`1eb4767`](https://github.com/langchain-ai/docs/commit/1eb4767e8e9dbe62f3e0fd135b8abc5b9ac307ec) Draft nav + sidebar updates for langsmith platform - [`0affa6a`](https://github.com/langchain-ai/docs/commit/0affa6ac06546180a2fdd91af1bfe37fcb95fac1) Work on self-hosted section WIP - [`e71a15c`](https://github.com/langchain-ai/docs/commit/e71a15cce972f0a9bd7948182f781d0e3bc3a088) Remove more LGP - [`cc99eee`](https://github.com/langchain-ai/docs/commit/cc99eee9b90d44ddddbc0ba002165f83a0fbaebb) Update reference content - [`3128dad`](https://github.com/langchain-ai/docs/commit/3128daded22feee05b8cd0dd33a1f3277e5dfc76) Refine app dev section - [`63cf770`](https://github.com/langchain-ai/docs/commit/63cf77088ea40d12195aa0bf48edef7d12ca71f0) Updates - [`30b9249`](https://github.com/langchain-ai/docs/commit/30b9249d7ff999e8aad3c437db83092a7e7fd9fb) Rework deployments tab and sidebar - [`fc8868a`](https://github.com/langchain-ai/docs/commit/fc8868a45cb272e6b612facb8425ede56b6f9638) Rework home page and tabs - [`d5bfd21`](https://github.com/langchain-ai/docs/commit/d5bfd21562b1b88f4681383beff2651ed5f58310) Update diagram temp - [`444fb9f`](https://github.com/langchain-ai/docs/commit/444fb9fa27b260eb95c6bcf7955944346404ba14) Make app setup pages more agnostic ### 📊 Changes **186 files changed** (+2321 additions, -2389 deletions) <details> <summary>View changed files</summary> ➖ `.github/ISSUE_TEMPLATE/04-langgraph-platform.yml` (+0 -36) 📝 `.github/copilot-instructions.md` (+1 -2) 📝 `.github/labeler.yml` (+0 -7) 📝 `README.md` (+2 -3) 📝 `pipeline/core/builder.py` (+4 -8) 📝 `pipeline/core/watcher.py` (+1 -5) 📝 `reference/javascript/README.md` (+1 -1) 📝 `reference/python/README.md` (+1 -1) 📝 `scripts/update_mdx.py` (+1 -1) 📝 `src/docs.json` (+483 -772) 📝 `src/hide-version-picker.css` (+1 -1) 📝 `src/index.mdx` (+1 -1) 📝 `src/labs/deep-agents/quickstart.mdx` (+1 -1) 📝 `src/labs/oap/custom-agents/overview.mdx` (+2 -2) 📝 `src/labs/oap/quickstart.mdx` (+2 -2) 📝 `src/labs/oap/setup/agents.mdx` (+3 -3) 📝 `src/labs/swe/setup/monorepo.mdx` (+8 -8) ➖ `src/langgraph-platform/cloud.mdx` (+0 -16) ➖ `src/langgraph-platform/components.mdx` (+0 -16) ➖ `src/langgraph-platform/deployment-options.mdx` (+0 -84) _...and 80 more files_ </details> ### 📄 Description This PR updates the docs for LangSmith Platform, folding in LGP. Specifically: - Update to tab arrangement. - Big content changes in Deployments tab (now Agent deployment as well as Platform infrastructure deployment). - Changing the name of the Studio feature. - Overhaul of home page. - Updates to tab landing pages to follow the same card format consistently. - Moving LGP content into the LS directory in the docs. ## Latest preview: https://langchain-5e9cc07a-preview-langsm-1760109143-df9b7ef.mintlify.app/langsmith/home --- <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:21:19 -05:00
yindo closed this issue 2026-02-17 17:21:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#893