[PR #3388] [MERGED] fix: wrap class and package names in backticks on integration pages #3445

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3388
Author: @open-swe[bot]
Created: 3/31/2026
Status: Merged
Merged: 3/31/2026
Merged by: @npentrel

Base: mainHead: open-swe/ce6735a1-c6f3-fb5a-851b-43a74ec54d36


📝 Commits (10+)

  • a6ccc60 fix: wrap class and package names in backticks on integration pages
  • fbd4ae3 update
  • 8af53da Apply suggestion from @npentrel
  • 45dee79 Apply suggestion from @npentrel
  • 8344346 Apply suggestion from @npentrel
  • 8ce72a5 Apply suggestion from @npentrel
  • 5053e4c Fix formatting of provider names in overview.mdx
  • 11c2d92 Apply suggestions from code review
  • 4328a36 Apply suggestions from code review
  • 118566f update document laoder links

📊 Changes

248 files changed (+443 additions, -447 deletions)

View changed files

📝 src/oss/javascript/integrations/chat/anthropic.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/azure.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/bedrock.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/bedrock_converse.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/cerebras.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/cloudflare_workersai.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/cohere.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/deepseek.mdx (+2 -2)
📝 src/oss/javascript/integrations/chat/fireworks.mdx (+2 -2)
📝 src/oss/javascript/integrations/chat/google.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/google_generative_ai.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/google_vertex_ai.mdx (+2 -2)
📝 src/oss/javascript/integrations/chat/groq.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/ibm.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/index.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/mistral.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/ollama.mdx (+2 -2)
📝 src/oss/javascript/integrations/chat/openai.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/openrouter.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/perplexity.mdx (+2 -2)

...and 80 more files

📄 Description

Description

Fixes styling inconsistencies across 231 integration pages where class names and package names were not wrapped in backticks. This addresses the review feedback from Mason on PR #3335.

Three types of fixes:

  • Class/package names in integration detail table links: [ChatBedrock](url)[`ChatBedrock`](url)
  • Unlinked class names in table cells: ChatBedrock`ChatBedrock`
  • Class names in prose text: "all ChatGroq features" → "all ChatGroq features"

Resolves DOC-946

Test Plan

  • Verify integration pages render correctly in preview deployment

Opened collaboratively by Naomi Pentrel 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/3388 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 3/31/2026 **Status:** ✅ Merged **Merged:** 3/31/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/ce6735a1-c6f3-fb5a-851b-43a74ec54d36` --- ### 📝 Commits (10+) - [`a6ccc60`](https://github.com/langchain-ai/docs/commit/a6ccc6031b4c8ce9d4b39480287045f308d28b3c) fix: wrap class and package names in backticks on integration pages - [`fbd4ae3`](https://github.com/langchain-ai/docs/commit/fbd4ae376a8adad6ef62cc01696f2bd424f618e7) update - [`8af53da`](https://github.com/langchain-ai/docs/commit/8af53da038506233bded47a82aa1f9c6e06e7364) Apply suggestion from @npentrel - [`45dee79`](https://github.com/langchain-ai/docs/commit/45dee79762dd8090bb714af6b03880fc6c917c11) Apply suggestion from @npentrel - [`8344346`](https://github.com/langchain-ai/docs/commit/83443461df3407e7ed40c0e563c229f9757fee23) Apply suggestion from @npentrel - [`8ce72a5`](https://github.com/langchain-ai/docs/commit/8ce72a526f02d4e30ba9cf1520d6f1fd570cd2ad) Apply suggestion from @npentrel - [`5053e4c`](https://github.com/langchain-ai/docs/commit/5053e4ce13bbbdca486c15c691f0d10d6e16518d) Fix formatting of provider names in overview.mdx - [`11c2d92`](https://github.com/langchain-ai/docs/commit/11c2d929d85d5ef98ba24185c378d9f93a98c699) Apply suggestions from code review - [`4328a36`](https://github.com/langchain-ai/docs/commit/4328a363f616885a9c49af714bc2635e3289e73c) Apply suggestions from code review - [`118566f`](https://github.com/langchain-ai/docs/commit/118566fc8d7a1ce19d727fa4852db580988946d0) update document laoder links ### 📊 Changes **248 files changed** (+443 additions, -447 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/chat/anthropic.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/azure.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/bedrock.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/bedrock_converse.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/cerebras.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/cloudflare_workersai.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/cohere.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/deepseek.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/chat/fireworks.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/chat/google.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/google_generative_ai.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/google_vertex_ai.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/chat/groq.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/ibm.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/index.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/mistral.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/ollama.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/chat/openai.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/openrouter.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/perplexity.mdx` (+2 -2) _...and 80 more files_ </details> ### 📄 Description ## Description Fixes styling inconsistencies across 231 integration pages where class names and package names were not wrapped in backticks. This addresses the review feedback from Mason on PR #3335. Three types of fixes: - Class/package names in integration detail table links: `[ChatBedrock](url)` → `` [`ChatBedrock`](url) `` - Unlinked class names in table cells: `ChatBedrock` → `` `ChatBedrock` `` - Class names in prose text: "all ChatGroq features" → "all `ChatGroq` features" Resolves DOC-946 ## Test Plan - [ ] Verify integration pages render correctly in preview deployment _Opened collaboratively by Naomi Pentrel 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:07 -04:00
yindo closed this issue 2026-06-05 18:23:07 -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#3445