[PR #1254] [CLOSED] fix(docs): replace incorrect @[code] syntax with standard backticks #1411

Closed
opened 2026-02-17 17:22:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1254
Author: @Pranav-Bobde
Created: 11/3/2025
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

  • fbaf40f fix(docs): replace incorrect @[code] syntax with standard backticks

📊 Changes

155 files changed (+532 additions, -532 deletions)

View changed files

📝 src/langsmith/add-human-in-the-loop.mdx (+1 -1)
📝 src/langsmith/cli.mdx (+1 -1)
📝 src/langsmith/graph-rebuild.mdx (+1 -1)
📝 src/langsmith/human-in-the-loop-time-travel.mdx (+1 -1)
📝 src/langsmith/test-react-agent-pytest.mdx (+1 -1)
📝 src/langsmith/trace-with-langchain.mdx (+5 -5)
📝 src/oss/concepts/context.mdx (+1 -1)
📝 src/oss/contributing/implement-langchain.mdx (+4 -4)
📝 src/oss/javascript/integrations/chat/anthropic.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/azure.mdx (+2 -2)
📝 src/oss/javascript/integrations/chat/openai.mdx (+4 -4)
📝 src/oss/javascript/integrations/llms/azure.mdx (+2 -2)
📝 src/oss/javascript/integrations/stores/cassandra_storage.mdx (+1 -1)
📝 src/oss/javascript/integrations/stores/index.mdx (+1 -1)
📝 src/oss/javascript/integrations/stores/ioredis_storage.mdx (+1 -1)
📝 src/oss/javascript/integrations/stores/upstash_redis_storage.mdx (+1 -1)
📝 src/oss/javascript/integrations/stores/vercel_kv_storage.mdx (+1 -1)
📝 src/oss/javascript/integrations/tools/duckduckgo_search.mdx (+1 -1)
📝 src/oss/javascript/integrations/tools/exa_search.mdx (+1 -1)
📝 src/oss/javascript/integrations/tools/serpapi.mdx (+1 -1)

...and 80 more files

📄 Description

Overview

Fixed incorrect markdown syntax across documentation files. The @[code] syntax was being used instead of standard markdown backticks, which could cause rendering issues. This change standardizes code formatting across all MDX files to use proper markdown backticks.

Type of change

Type: Fix typo/bug/link/formatting

Related issues/PRs

  • GitHub issue: N/A

  • Feature PR: N/A

  • 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

  • I have used root relative paths for internal links

  • I have updated navigation in src/docs.json if needed

  • I have gotten approval from the relevant reviewers

  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

This PR fixes formatting syntax across 155 MDX files:

  • Files changed: 155 files across various documentation sections (langchain, langgraph, integrations, etc.)
  • Change type: Simple find-and-replace of @[code]`code`
  • Impact: Standardizes markdown code formatting to prevent potential rendering issues
  • Files affected include: core documentation, integrations, migration guides, release notes, and snippets

All changes are purely formatting-related and do not alter any content or functionality.


🔄 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/1254 **Author:** [@Pranav-Bobde](https://github.com/Pranav-Bobde) **Created:** 11/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`fbaf40f`](https://github.com/langchain-ai/docs/commit/fbaf40ff3dd16de86a9074714d8207fca104e558) fix(docs): replace incorrect @[`code`] syntax with standard backticks ### 📊 Changes **155 files changed** (+532 additions, -532 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/add-human-in-the-loop.mdx` (+1 -1) 📝 `src/langsmith/cli.mdx` (+1 -1) 📝 `src/langsmith/graph-rebuild.mdx` (+1 -1) 📝 `src/langsmith/human-in-the-loop-time-travel.mdx` (+1 -1) 📝 `src/langsmith/test-react-agent-pytest.mdx` (+1 -1) 📝 `src/langsmith/trace-with-langchain.mdx` (+5 -5) 📝 `src/oss/concepts/context.mdx` (+1 -1) 📝 `src/oss/contributing/implement-langchain.mdx` (+4 -4) 📝 `src/oss/javascript/integrations/chat/anthropic.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/azure.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/chat/openai.mdx` (+4 -4) 📝 `src/oss/javascript/integrations/llms/azure.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/stores/cassandra_storage.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/stores/index.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/stores/ioredis_storage.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/stores/upstash_redis_storage.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/stores/vercel_kv_storage.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/tools/duckduckgo_search.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/tools/exa_search.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/tools/serpapi.mdx` (+1 -1) _...and 80 more files_ </details> ### 📄 Description ## Overview Fixed incorrect markdown syntax across documentation files. The `@[`code`]` syntax was being used instead of standard markdown backticks, which could cause rendering issues. This change standardizes code formatting across all MDX files to use proper markdown backticks. ## Type of change **Type:** Fix typo/bug/link/formatting ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) 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: N/A - Feature PR: N/A <!-- 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` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - [ ] I have gotten approval from the relevant reviewers - [ ] (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes This PR fixes formatting syntax across 155 MDX files: - **Files changed:** 155 files across various documentation sections (langchain, langgraph, integrations, etc.) - **Change type:** Simple find-and-replace of `@[`code`]` → `` `code` `` - **Impact:** Standardizes markdown code formatting to prevent potential rendering issues - **Files affected include:** core documentation, integrations, migration guides, release notes, and snippets All changes are purely formatting-related and do not alter any content or functionality. --- <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:22:19 -05:00
yindo closed this issue 2026-02-17 17:22:19 -05:00
yindo changed title from [PR #1254] fix(docs): replace incorrect @[`code`] syntax with standard backticks to [PR #1254] [CLOSED] fix(docs): replace incorrect @[`code`] syntax with standard backticks 2026-06-05 17:31:39 -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#1411