[PR #16] [MERGED] Hub Docs Updates #111

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/16
Author: @efriis
Created: 9/3/2023
Status: Merged
Merged: 9/4/2023
Merged by: @efriis

Base: mainHead: erick/hub-docs-updates


📝 Commits (4)

📊 Changes

5 files changed (+156 additions, -94 deletions)

View changed files

docs/hub/dev-setup-ts.mdx (+0 -60)
📝 docs/hub/dev-setup.mdx (+17 -30)
📝 docs/hub/faq.mdx (+5 -3)
📝 docs/hub/quickstart.mdx (+2 -1)
src/components/Hub.js (+132 -0)

📄 Description

  • Consolidates hub dev docs into one document, with code tabs to match other docs
  • Adds clarification to environment variables that they're optional with langsmith setup
  • Makes push example more realistic (create a prompt instead of pulling an existing and re-pushing)

🔄 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/langsmith-docs/pull/16 **Author:** [@efriis](https://github.com/efriis) **Created:** 9/3/2023 **Status:** ✅ Merged **Merged:** 9/4/2023 **Merged by:** [@efriis](https://github.com/efriis) **Base:** `main` ← **Head:** `erick/hub-docs-updates` --- ### 📝 Commits (4) - [`519f31c`](https://github.com/langchain-ai/langsmith-docs/commit/519f31ca40a302f229614f330cbc9b1870365119) formatting, env var - [`420c0a2`](https://github.com/langchain-ai/langsmith-docs/commit/420c0a29e7745492495536b3a49b647b3204f790) separate example - [`9434a7f`](https://github.com/langchain-ai/langsmith-docs/commit/9434a7f41e89721a957374d0ab72076fc0eb8c84) fix broken link - [`ab8c8d0`](https://github.com/langchain-ai/langsmith-docs/commit/ab8c8d06677ae31a41a0c981bb441489c2e481e1) harrison review ### 📊 Changes **5 files changed** (+156 additions, -94 deletions) <details> <summary>View changed files</summary> ➖ `docs/hub/dev-setup-ts.mdx` (+0 -60) 📝 `docs/hub/dev-setup.mdx` (+17 -30) 📝 `docs/hub/faq.mdx` (+5 -3) 📝 `docs/hub/quickstart.mdx` (+2 -1) ➕ `src/components/Hub.js` (+132 -0) </details> ### 📄 Description - Consolidates hub dev docs into one document, with code tabs to match other docs - Adds clarification to environment variables that they're optional with langsmith setup - Makes push example more realistic (create a prompt instead of pulling an existing and re-pushing) --- <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-21 17:17:20 -05:00
yindo closed this issue 2026-02-21 17:17:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#111