[PR #2944] [MERGED] Make references to the Playground consistent #3030

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2944
Author: @fjmorris
Created: 3/5/2026
Status: Merged
Merged: 3/10/2026
Merged by: @fjmorris

Base: mainHead: fjmorris/DOC-642


📝 Commits (7)

  • e9ec1b9 Replace LangSmith Playground with Playground.
  • b764563 Merge remote-tracking branch 'origin/main' into fjmorris/DOC-642
  • 976f237 Replace Prompt Playground with Playground.
  • 1435db8 Merge remote-tracking branch 'origin/main' into fjmorris/DOC-642
  • e0cb70a Replace Prompt Playground with Playground.
  • d528813 Merge remote-tracking branch 'origin/main' into fjmorris/DOC-642
  • f42d56a resolve merge conflicts

📊 Changes

24 files changed (+76 additions, -76 deletions)

View changed files

📝 src/langsmith/custom-endpoint.mdx (+8 -8)
📝 src/langsmith/custom-openai-compliant-model.mdx (+4 -4)
📝 src/langsmith/evaluate-llm-application.mdx (+1 -1)
📝 src/langsmith/evaluation-concepts.mdx (+2 -2)
📝 src/langsmith/evaluation-quickstart.mdx (+3 -3)
📝 src/langsmith/evaluation-types.mdx (+1 -1)
📝 src/langsmith/images/commit-playground.png (+0 -0)
📝 src/langsmith/images/playground-edit-commit.png (+0 -0)
📝 src/langsmith/manage-datasets-in-application.mdx (+4 -4)
📝 src/langsmith/manage-prompts-programmatically.mdx (+1 -1)
📝 src/langsmith/manage-prompts.mdx (+1 -1)
📝 src/langsmith/managing-model-configurations.mdx (+2 -2)
📝 src/langsmith/multimodal-content.mdx (+2 -2)
📝 src/langsmith/observability-studio.mdx (+3 -3)
📝 src/langsmith/playground-model-providers.mdx (+2 -2)
📝 src/langsmith/polly.mdx (+4 -4)
📝 src/langsmith/prompt-engineering-concepts.mdx (+10 -10)
📝 src/langsmith/prompt-engineering-quickstart.mdx (+4 -4)
📝 src/langsmith/prompt-engineering.mdx (+3 -3)
📝 src/langsmith/prompt-template-format.mdx (+3 -3)

...and 4 more files

📄 Description

Overview

Replace "LangSmith Playground" and "Prompt Playground" with "Playground."

Type of change

Type: Update existing documentation

Related issues/PRs

  • Linear issue: DOC-642
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using make 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

Preview

https://langchain-5e9cc07a-preview-fjmorr-1772742884-d94d3ee.mintlify.app/


🔄 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/2944 **Author:** [@fjmorris](https://github.com/fjmorris) **Created:** 3/5/2026 **Status:** ✅ Merged **Merged:** 3/10/2026 **Merged by:** [@fjmorris](https://github.com/fjmorris) **Base:** `main` ← **Head:** `fjmorris/DOC-642` --- ### 📝 Commits (7) - [`e9ec1b9`](https://github.com/langchain-ai/docs/commit/e9ec1b9604d8ce7f8983becbedde8c623f6bf3f7) Replace LangSmith Playground with Playground. - [`b764563`](https://github.com/langchain-ai/docs/commit/b764563d28ba7534a05f34cd9596ca3fd1cf769b) Merge remote-tracking branch 'origin/main' into fjmorris/DOC-642 - [`976f237`](https://github.com/langchain-ai/docs/commit/976f237b677c0c6cb718926eb5e7ea924cf0ba17) Replace Prompt Playground with Playground. - [`1435db8`](https://github.com/langchain-ai/docs/commit/1435db87f9c41f5ac943931620b8e846404ad331) Merge remote-tracking branch 'origin/main' into fjmorris/DOC-642 - [`e0cb70a`](https://github.com/langchain-ai/docs/commit/e0cb70a45c04822870447f22a0343a7af8784944) Replace Prompt Playground with Playground. - [`d528813`](https://github.com/langchain-ai/docs/commit/d528813227d42684a0e27094bc39f53eb59f912e) Merge remote-tracking branch 'origin/main' into fjmorris/DOC-642 - [`f42d56a`](https://github.com/langchain-ai/docs/commit/f42d56ae3baa1d49342ec9182f899656c2ea62bb) resolve merge conflicts ### 📊 Changes **24 files changed** (+76 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/custom-endpoint.mdx` (+8 -8) 📝 `src/langsmith/custom-openai-compliant-model.mdx` (+4 -4) 📝 `src/langsmith/evaluate-llm-application.mdx` (+1 -1) 📝 `src/langsmith/evaluation-concepts.mdx` (+2 -2) 📝 `src/langsmith/evaluation-quickstart.mdx` (+3 -3) 📝 `src/langsmith/evaluation-types.mdx` (+1 -1) 📝 `src/langsmith/images/commit-playground.png` (+0 -0) 📝 `src/langsmith/images/playground-edit-commit.png` (+0 -0) 📝 `src/langsmith/manage-datasets-in-application.mdx` (+4 -4) 📝 `src/langsmith/manage-prompts-programmatically.mdx` (+1 -1) 📝 `src/langsmith/manage-prompts.mdx` (+1 -1) 📝 `src/langsmith/managing-model-configurations.mdx` (+2 -2) 📝 `src/langsmith/multimodal-content.mdx` (+2 -2) 📝 `src/langsmith/observability-studio.mdx` (+3 -3) 📝 `src/langsmith/playground-model-providers.mdx` (+2 -2) 📝 `src/langsmith/polly.mdx` (+4 -4) 📝 `src/langsmith/prompt-engineering-concepts.mdx` (+10 -10) 📝 `src/langsmith/prompt-engineering-quickstart.mdx` (+4 -4) 📝 `src/langsmith/prompt-engineering.mdx` (+3 -3) 📝 `src/langsmith/prompt-template-format.mdx` (+3 -3) _...and 4 more files_ </details> ### 📄 Description ## Overview Replace "LangSmith Playground" and "Prompt Playground" with "Playground." ## Type of change **Type:** Update existing documentation ## Related issues/PRs - Linear issue: DOC-642 - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `make 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 ## Preview [https://langchain-5e9cc07a-preview-fjmorr-1772742884-d94d3ee.mintlify.app/](https://langchain-5e9cc07a-preview-fjmorr-1772742884-d94d3ee.mintlify.app/) --- <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:53 -04:00
yindo closed this issue 2026-06-05 18:20:53 -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#3030