[PR #3459] [MERGED] fix: use bash comment syntax in yarn install code blocks [closes DOC-880] #3507

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3459
Author: @open-swe[bot]
Created: 4/6/2026
Status: Merged
Merged: 4/6/2026
Merged by: @lnhsingh

Base: mainHead: open-swe/b0a2321e-b77b-843a-9baa-becdd1c71f9c


📝 Commits (1)

  • 3c1cfcd fix: use # instead of // for comments in bash code blocks

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 src/langsmith/manage-prompts-programmatically.mdx (+3 -3)

📄 Description

Description

The yarn install commands in bash code blocks on the "Manage prompts programmatically" page used // (JavaScript comment syntax) instead of # (bash comment syntax). This caused the version comments to render as part of the command text rather than as comments.

Resolves DOC-880

Test Plan

  • Verify the Anthropic, OpenAI, and initial install TypeScript code blocks on /langsmith/manage-prompts-programmatically render comments correctly

Opened collaboratively by Lauren Hirata Singh and open-swe.


🔄 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/3459 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 4/6/2026 **Status:** ✅ Merged **Merged:** 4/6/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `open-swe/b0a2321e-b77b-843a-9baa-becdd1c71f9c` --- ### 📝 Commits (1) - [`3c1cfcd`](https://github.com/langchain-ai/docs/commit/3c1cfcd153322ad4a117ef0e7140638d1749575e) fix: use # instead of // for comments in bash code blocks ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/manage-prompts-programmatically.mdx` (+3 -3) </details> ### 📄 Description ## Description The yarn install commands in bash code blocks on the "Manage prompts programmatically" page used `//` (JavaScript comment syntax) instead of `#` (bash comment syntax). This caused the version comments to render as part of the command text rather than as comments. Resolves DOC-880 ## Test Plan - [ ] Verify the Anthropic, OpenAI, and initial install TypeScript code blocks on `/langsmith/manage-prompts-programmatically` render comments correctly _Opened collaboratively by Lauren Hirata Singh and open-swe._ --- <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:23:19 -04:00
yindo closed this issue 2026-06-05 18:23:19 -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#3507