[PR #4075] test (do not merge) #4075

Open
opened 2026-06-05 19:12:40 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4075
Author: @lnhsingh
Created: 5/19/2026
Status: 🔄 Open

Base: mainHead: lifecycle-nav


📝 Commits (4)

  • 15a2783 docs(nav): restructure navigation into agent-lifecycle products
  • c3af4ab docs(home): rebuild agent development lifecycle diagram with Engine and hub
  • 74c7808 docs: add full-width product overview landings and Studio cross-links
  • b15bac7 docs: content updates and broken-link fixes

📊 Changes

45 files changed (+2705 additions, -2067 deletions)

View changed files

📝 Makefile (+6 -18)
src/agent-lifecycle.mdx (+71 -0)
📝 src/docs.json (+1960 -1863)
📝 src/index.mdx (+70 -124)
src/langsmith/admin.mdx (+31 -0)
📝 src/langsmith/administration-overview.mdx (+0 -1)
📝 src/langsmith/assistants.mdx (+1 -1)
📝 src/langsmith/billing.mdx (+5 -5)
📝 src/langsmith/cloud.mdx (+3 -3)
📝 src/langsmith/data-purging-compliance.mdx (+1 -1)
📝 src/langsmith/deployment.mdx (+9 -1)
📝 src/langsmith/engine-webhooks.mdx (+3 -3)
📝 src/langsmith/enterprise.mdx (+1 -1)
📝 src/langsmith/export-traces.mdx (+1 -1)
📝 src/langsmith/fleet/index.mdx (+1 -1)
📝 src/langsmith/generative-ui-react.mdx (+1 -1)
src/langsmith/govern.mdx (+19 -0)
📝 src/langsmith/home.mdx (+5 -15)
📝 src/langsmith/llm-gateway-coding-agents.mdx (+1 -1)
📝 src/langsmith/messages-view-trace-format.mdx (+5 -5)

...and 25 more files

📄 Description

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/4075 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 5/19/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `lifecycle-nav` --- ### 📝 Commits (4) - [`15a2783`](https://github.com/langchain-ai/docs/commit/15a27830d697d2c1a88292b87435e69a106d22fa) docs(nav): restructure navigation into agent-lifecycle products - [`c3af4ab`](https://github.com/langchain-ai/docs/commit/c3af4ab5bcf2adfb97b6cd6e0c5a4c5e1a64eedc) docs(home): rebuild agent development lifecycle diagram with Engine and hub - [`74c7808`](https://github.com/langchain-ai/docs/commit/74c780861a681a3aef9cce448e81f4cae5bb9af7) docs: add full-width product overview landings and Studio cross-links - [`b15bac7`](https://github.com/langchain-ai/docs/commit/b15bac79b64071ff36defaa2279500219bf5136c) docs: content updates and broken-link fixes ### 📊 Changes **45 files changed** (+2705 additions, -2067 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+6 -18) ➕ `src/agent-lifecycle.mdx` (+71 -0) 📝 `src/docs.json` (+1960 -1863) 📝 `src/index.mdx` (+70 -124) ➕ `src/langsmith/admin.mdx` (+31 -0) 📝 `src/langsmith/administration-overview.mdx` (+0 -1) 📝 `src/langsmith/assistants.mdx` (+1 -1) 📝 `src/langsmith/billing.mdx` (+5 -5) 📝 `src/langsmith/cloud.mdx` (+3 -3) 📝 `src/langsmith/data-purging-compliance.mdx` (+1 -1) 📝 `src/langsmith/deployment.mdx` (+9 -1) 📝 `src/langsmith/engine-webhooks.mdx` (+3 -3) 📝 `src/langsmith/enterprise.mdx` (+1 -1) 📝 `src/langsmith/export-traces.mdx` (+1 -1) 📝 `src/langsmith/fleet/index.mdx` (+1 -1) 📝 `src/langsmith/generative-ui-react.mdx` (+1 -1) ➕ `src/langsmith/govern.mdx` (+19 -0) 📝 `src/langsmith/home.mdx` (+5 -15) 📝 `src/langsmith/llm-gateway-coding-agents.mdx` (+1 -1) 📝 `src/langsmith/messages-view-trace-format.mdx` (+5 -5) _...and 25 more files_ </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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 19:12:40 -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#4075