[PR #2901] [MERGED] skills / cli changes #2989

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2901
Author: @Palashio
Created: 3/3/2026
Status: Merged
Merged: 3/4/2026
Merged by: @Palashio

Base: mainHead: palash/remove-fetch-cli


📝 Commits (10+)

  • fbb20be add langsmith skills documentation
  • c1ced51 u
  • c193790 u
  • ea18e4f add cli info [do not merge until mar 4th]
  • 3b26ec4 remove fetch and mcp server pages
  • 725f4a1 Merge branch 'palash/add-langsmith-skilsl' into palash/remove-fetch-cli
  • 6c77dc7 Merge branch 'palash/add-langsmith-cli' into palash/remove-fetch-cli
  • 38e24e7 update
  • c3e3685 update
  • 7fda3d4 update

📊 Changes

5 files changed (+247 additions, -486 deletions)

View changed files

📝 src/docs.json (+10 -2)
src/langsmith/langsmith-cli.mdx (+154 -0)
src/langsmith/langsmith-fetch.mdx (+0 -243)
src/langsmith/langsmith-mcp-server.mdx (+0 -241)
src/langsmith/skills.mdx (+83 -0)

📄 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

(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/2901 **Author:** [@Palashio](https://github.com/Palashio) **Created:** 3/3/2026 **Status:** ✅ Merged **Merged:** 3/4/2026 **Merged by:** [@Palashio](https://github.com/Palashio) **Base:** `main` ← **Head:** `palash/remove-fetch-cli` --- ### 📝 Commits (10+) - [`fbb20be`](https://github.com/langchain-ai/docs/commit/fbb20be5fc96dd3723a64cb8c48c8173df05c5b6) add langsmith skills documentation - [`c1ced51`](https://github.com/langchain-ai/docs/commit/c1ced51f07d0d7f41eaed6879c0dfc75aac42691) u - [`c193790`](https://github.com/langchain-ai/docs/commit/c1937900673682910bd200f58917f07a3488987c) u - [`ea18e4f`](https://github.com/langchain-ai/docs/commit/ea18e4fe905088f508784244c0ef781ee7cfb5c5) add cli info [do not merge until mar 4th] - [`3b26ec4`](https://github.com/langchain-ai/docs/commit/3b26ec4be688e6657ff9976cf1e11f8d048e5539) remove fetch and mcp server pages - [`725f4a1`](https://github.com/langchain-ai/docs/commit/725f4a1d326ccf7519a8159e84fb7a6cad061586) Merge branch 'palash/add-langsmith-skilsl' into palash/remove-fetch-cli - [`6c77dc7`](https://github.com/langchain-ai/docs/commit/6c77dc748aa5adfbd1b12ae9c546371314b3dc69) Merge branch 'palash/add-langsmith-cli' into palash/remove-fetch-cli - [`38e24e7`](https://github.com/langchain-ai/docs/commit/38e24e7a5db5f8b2f1f69a98f32399cad61bd0e7) update - [`c3e3685`](https://github.com/langchain-ai/docs/commit/c3e3685dc39898a4f61cc20fc08a0bab4b02bfaa) update - [`7fda3d4`](https://github.com/langchain-ai/docs/commit/7fda3d45e3831672d6815516c6d5e174ffa8d462) update ### 📊 Changes **5 files changed** (+247 additions, -486 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+10 -2) ➕ `src/langsmith/langsmith-cli.mdx` (+154 -0) ➖ `src/langsmith/langsmith-fetch.mdx` (+0 -243) ➖ `src/langsmith/langsmith-mcp-server.mdx` (+0 -241) ➕ `src/langsmith/skills.mdx` (+83 -0) </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 --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] 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 18:20:37 -04:00
yindo closed this issue 2026-06-05 18:20:37 -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#2989