[PR #2152] [MERGED] fix: correct tab indentation at the end of configuration-cloud.mdx #2177

Closed
opened 2026-02-17 17:23:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2152
Author: @happyphper
Created: 1/9/2026
Status: Merged
Merged: 1/9/2026
Merged by: @lnhsingh

Base: mainHead: fix/tab-indentation-config-cloud


📝 Commits (1)

  • 39be8c4 fix: correct tab indentation at the end of configuration-cloud.mdx

📊 Changes

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

View changed files

📝 src/langsmith/configuration-cloud.mdx (+1 -1)

📄 Description

Overview

This PR fixes formatting inconsistencies in two LangSmith documentation files:

  1. Removes trailing tab character at the end of src/langsmith/configuration-cloud.mdx

Type of change

Type: Fix typo/bug/link/formatting

Related issues/PRs

  • GitHub issue: None
  • Feature PR: None
  • Linear issue: N/A
  • Slack thread: N/A

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 (N/A - formatting changes only)
  • I have used root relative paths for internal links (N/A - no link changes)
  • I have updated navigation in src/docs.json if needed (N/A - no navigation structure changes)

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

  • Used targeted sed replacements instead of automated formatters to avoid unintended changes
  • Tab characters were replaced with 4 spaces to match project's indentation style
  • Verified changes by:
    1. Running cat -A to visualize non-printable characters
    2. Previewing in local development server
    3. Checking markdown rendering in VS Code preview
  • These fixes ensure consistent display across different markdown parsers and editors

🔄 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/2152 **Author:** [@happyphper](https://github.com/happyphper) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `fix/tab-indentation-config-cloud` --- ### 📝 Commits (1) - [`39be8c4`](https://github.com/langchain-ai/docs/commit/39be8c4b54f9507e2c676de374c7d66779359e3e) fix: correct tab indentation at the end of configuration-cloud.mdx ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/configuration-cloud.mdx` (+1 -1) </details> ### 📄 Description ## Overview This PR fixes formatting inconsistencies in two LangSmith documentation files: 1. Removes trailing tab character at the end of `src/langsmith/configuration-cloud.mdx` ## Type of change **Type:** Fix typo/bug/link/formatting ## Related issues/PRs <!-- No related issues found. These formatting issues were identified during code review. 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: None - Feature PR: None <!-- For LangChain employees, if applicable: --> - Linear issue: N/A - Slack thread: N/A ## 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` - [ ] All code examples have been tested and work correctly (N/A - formatting changes only) - [ ] I have used **root relative** paths for internal links (N/A - no link changes) - [ ] I have updated navigation in `src/docs.json` if needed (N/A - no navigation structure changes) (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 - Used targeted `sed` replacements instead of automated formatters to avoid unintended changes - Tab characters were replaced with 4 spaces to match project's indentation style - Verified changes by: 1. Running `cat -A` to visualize non-printable characters 2. Previewing in local development server 3. Checking markdown rendering in VS Code preview - These fixes ensure consistent display across different markdown parsers and editors --- <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-17 17:23:09 -05:00
yindo closed this issue 2026-02-17 17:23:09 -05:00
yindo changed title from [PR #2152] fix: correct tab indentation at the end of configuration-cloud.mdx to [PR #2152] [MERGED] fix: correct tab indentation at the end of configuration-cloud.mdx 2026-06-05 18:17:04 -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#2177