Skip to content

Conversation

@happyphper
Copy link
Contributor

Overview

This PR fixes formatting inconsistencies in one LangSmith documentation files:
Corrects tab-based indentation in markdown tables within src/langsmith/cli.mdx, replacing tabs with spaces for consistent rendering across different markdown parsers.

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

@happyphper happyphper requested a review from katmayb as a code owner January 9, 2026 07:37
@github-actions github-actions bot added langsmith For docs changes to LangSmith external User is not a member of langchain-ai labels Jan 9, 2026
@lnhsingh lnhsingh merged commit 59f0ce6 into langchain-ai:main Jan 22, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai langsmith For docs changes to LangSmith

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants