[PR #3198] [MERGED] fix(playground): add sub page for playground #3266

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3198
Author: @christian-bromann
Created: 3/18/2026
Status: Merged
Merged: 3/20/2026
Merged by: @lnhsingh

Base: mainHead: cb/playground-subpage


📝 Commits (7)

📊 Changes

5 files changed (+270 additions, -5 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)
📝 pipeline/core/builder.py (+2 -0)
src/playground.mdx (+262 -0)
📝 tests/unit_tests/test_builder.py (+1 -0)

📄 Description

Creating a docs.langchain.com/playground subpage.


🔄 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/3198 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 3/18/2026 **Status:** ✅ Merged **Merged:** 3/20/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `cb/playground-subpage` --- ### 📝 Commits (7) - [`fa86b6c`](https://github.com/langchain-ai/docs/commit/fa86b6c21ec52b37ebdb093d0ddbe90bc7b51bb7) fix(playground): add sub page for playground - [`020414e`](https://github.com/langchain-ai/docs/commit/020414ebef26c20d22ac99ea1101bf140b466a49) cr - [`51220bc`](https://github.com/langchain-ai/docs/commit/51220bcabe08c83862eb9f7b7938ff22609f112a) fix test - [`8a3d8c4`](https://github.com/langchain-ai/docs/commit/8a3d8c45e6763c21c8b7fa3f2bc1d2d219007f7d) bump playground integration - [`238bd27`](https://github.com/langchain-ai/docs/commit/238bd27e5f6bd6dcdb5597f06b27f231417ba1dd) minor css - [`92bdf53`](https://github.com/langchain-ai/docs/commit/92bdf533e4d682959fa9a9d12bd6cd9d81f7c4c1) no index - [`8ea7afa`](https://github.com/langchain-ai/docs/commit/8ea7afaf615d36b52d86dbcfdbae6d43a1233dd8) Merge branch 'main' into cb/playground-subpage ### 📊 Changes **5 files changed** (+270 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) 📝 `pipeline/core/builder.py` (+2 -0) ➕ `src/playground.mdx` (+262 -0) 📝 `tests/unit_tests/test_builder.py` (+1 -0) </details> ### 📄 Description Creating a docs.langchain.com/playground subpage. --- <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:21:37 -04:00
yindo closed this issue 2026-06-05 18:21: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#3266