[PR #868] [CLOSED] Add code wrap #1099

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/868
Author: @lnhsingh
Created: 10/13/2025
Status: Closed

Base: mainHead: wrap


📝 Commits (10+)

  • 3f4aff8 use products dropdown / change theme
  • 70ba6bf Draft nav + sidebar updates for langsmith platform
  • e31066d Work on self-hosted section WIP
  • 736bb71 Remove more LGP
  • 36622d5 Update reference content
  • cacd71b Refine app dev section
  • 72ebe07 Updates
  • fc98d6f Rework deployments tab and sidebar
  • 29ba4db Rework home page and tabs
  • b91bbab Update diagram temp

📊 Changes

1850 files changed (+7781 additions, -8224 deletions)

View changed files

.github/ISSUE_TEMPLATE/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 (+496 -766)
📝 src/hide-version-picker.css (+1 -1)
📝 src/index.mdx (+1 -1)
📝 src/labs/deep-agents/quickstart.mdx (+2 -2)
📝 src/labs/oap/custom-agents/configuration.mdx (+5 -5)
📝 src/labs/oap/custom-agents/overview.mdx (+2 -2)
📝 src/labs/oap/quickstart.mdx (+4 -4)
📝 src/labs/oap/setup/agents.mdx (+5 -5)
📝 src/labs/oap/setup/mcp-server.mdx (+1 -1)
📝 src/labs/swe/setup/ci.mdx (+1 -1)
📝 src/labs/swe/setup/development.mdx (+2 -2)

...and 80 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
  • 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
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment 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/868 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 10/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `wrap` --- ### 📝 Commits (10+) - [`3f4aff8`](https://github.com/langchain-ai/docs/commit/3f4aff84a5769d8ac7239438676c74db9bfafb72) use products dropdown / change theme - [`70ba6bf`](https://github.com/langchain-ai/docs/commit/70ba6bf83c52fbc6e260837cd49136668d2bb260) Draft nav + sidebar updates for langsmith platform - [`e31066d`](https://github.com/langchain-ai/docs/commit/e31066d0e806fd15d31347ccf3277cb3c7de6a53) Work on self-hosted section WIP - [`736bb71`](https://github.com/langchain-ai/docs/commit/736bb71cf43135197df8347cacfa85c6b45fdf92) Remove more LGP - [`36622d5`](https://github.com/langchain-ai/docs/commit/36622d503280da9927473eb3563964b9fe3d9d90) Update reference content - [`cacd71b`](https://github.com/langchain-ai/docs/commit/cacd71b2fb7e0fc8dfcdafaed82aad82a17c965f) Refine app dev section - [`72ebe07`](https://github.com/langchain-ai/docs/commit/72ebe07cc97ef04d6a4cddaeae07cb6c840543b5) Updates - [`fc98d6f`](https://github.com/langchain-ai/docs/commit/fc98d6f4efea335b40058137f4602d6d19a3f187) Rework deployments tab and sidebar - [`29ba4db`](https://github.com/langchain-ai/docs/commit/29ba4dbdfae7b313caad08824f713e4495e2f5fc) Rework home page and tabs - [`b91bbab`](https://github.com/langchain-ai/docs/commit/b91bbab7222aabebe8925d3c9ebfa920ceac685e) Update diagram temp ### 📊 Changes **1850 files changed** (+7781 additions, -8224 deletions) <details> <summary>View changed files</summary> ➖ `.github/ISSUE_TEMPLATE/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` (+496 -766) 📝 `src/hide-version-picker.css` (+1 -1) 📝 `src/index.mdx` (+1 -1) 📝 `src/labs/deep-agents/quickstart.mdx` (+2 -2) 📝 `src/labs/oap/custom-agents/configuration.mdx` (+5 -5) 📝 `src/labs/oap/custom-agents/overview.mdx` (+2 -2) 📝 `src/labs/oap/quickstart.mdx` (+4 -4) 📝 `src/labs/oap/setup/agents.mdx` (+5 -5) 📝 `src/labs/oap/setup/mcp-server.mdx` (+1 -1) 📝 `src/labs/swe/setup/ci.mdx` (+1 -1) 📝 `src/labs/swe/setup/development.mdx` (+2 -2) _...and 80 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) - [ ] 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 - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment 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-02-17 17:21:43 -05:00
yindo closed this issue 2026-02-17 17:21:43 -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#1099