[PR #3951] docs(integrations/runpod): fix brand capitalization to "Runpod" #3961

Open
opened 2026-06-05 18:53:43 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3951
Author: @danstotts-ops
Created: 5/11/2026
Status: 🔄 Open

Base: mainHead: fix/runpod-brand-capitalization


📝 Commits (1)

  • a676f76 docs(integrations/runpod): fix brand capitalization to "Runpod"

📊 Changes

6 files changed (+31 additions, -31 deletions)

View changed files

📝 packages.yml (+1 -1)
📝 src/oss/python/integrations/chat/index.mdx (+1 -1)
📝 src/oss/python/integrations/chat/runpod.mdx (+12 -12)
📝 src/oss/python/integrations/llms/runpod.mdx (+6 -6)
📝 src/oss/python/integrations/providers/all_providers.mdx (+1 -1)
📝 src/oss/python/integrations/providers/runpod.mdx (+10 -10)

📄 Description

Summary

Fix brand spelling for the Runpod integration docs. The canonical brand is "Runpod" (capital R, lowercase p), not "RunPod". This PR updates the user-facing prose, link text, card titles, prompts, and the packages.yml registry entry so the docs match.

Scope

Files touched:

  • src/oss/python/integrations/providers/runpod.mdx — provider page body, link text, getpass prompts, example prompt string
  • src/oss/python/integrations/llms/runpod.mdx — overview, setup, streaming description, getpass prompts
  • src/oss/python/integrations/chat/runpod.mdx — overview, setup, getpass prompts, example messages, "endpoint handler" prose, key takeaway
  • src/oss/python/integrations/chat/index.mdx — card title "RunPod Chat Model""Runpod Chat Model"
  • src/oss/python/integrations/providers/all_providers.mdx — card title "RunPod""Runpod"
  • packages.ymlname_title: RunPodname_title: Runpod

What is intentionally NOT changed

These are public-API identifiers from the langchain-runpod package or convention-bound:

  • Python class names: RunPod, ChatRunPod
  • Environment variables: RUNPOD_API_KEY, RUNPOD_ENDPOINT_ID, RUNPOD_CHAT_ENDPOINT_ID
  • Constructor parameter: runpod_endpoint_id
  • Package name: langchain-runpod
  • Repo URL: github.com/runpod/langchain-runpod
  • URL slugs: /oss/integrations/providers/runpod, etc.

Verification

  • make lint_prose on the modified files: 0 errors, 0 warnings, 0 suggestions
  • No page renames or new pages, so docs.json and broken-link surface are unchanged

Disclosure

This PR was prepared with help from Claude on behalf of Runpod marketing. Happy to make any adjustments you suggest.


🔄 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/3951 **Author:** [@danstotts-ops](https://github.com/danstotts-ops) **Created:** 5/11/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/runpod-brand-capitalization` --- ### 📝 Commits (1) - [`a676f76`](https://github.com/langchain-ai/docs/commit/a676f7655c2123cb7fd08f2d84c0b6008a8082be) docs(integrations/runpod): fix brand capitalization to "Runpod" ### 📊 Changes **6 files changed** (+31 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+1 -1) 📝 `src/oss/python/integrations/chat/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/chat/runpod.mdx` (+12 -12) 📝 `src/oss/python/integrations/llms/runpod.mdx` (+6 -6) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/runpod.mdx` (+10 -10) </details> ### 📄 Description ## Summary Fix brand spelling for the Runpod integration docs. The canonical brand is "Runpod" (capital R, lowercase p), not "RunPod". This PR updates the user-facing prose, link text, card titles, prompts, and the `packages.yml` registry entry so the docs match. ## Scope Files touched: - `src/oss/python/integrations/providers/runpod.mdx` — provider page body, link text, getpass prompts, example prompt string - `src/oss/python/integrations/llms/runpod.mdx` — overview, setup, streaming description, getpass prompts - `src/oss/python/integrations/chat/runpod.mdx` — overview, setup, getpass prompts, example messages, "endpoint handler" prose, key takeaway - `src/oss/python/integrations/chat/index.mdx` — card title `"RunPod Chat Model"` → `"Runpod Chat Model"` - `src/oss/python/integrations/providers/all_providers.mdx` — card title `"RunPod"` → `"Runpod"` - `packages.yml` — `name_title: RunPod` → `name_title: Runpod` ## What is intentionally NOT changed These are public-API identifiers from the [`langchain-runpod`](https://github.com/runpod/langchain-runpod) package or convention-bound: - Python class names: `RunPod`, `ChatRunPod` - Environment variables: `RUNPOD_API_KEY`, `RUNPOD_ENDPOINT_ID`, `RUNPOD_CHAT_ENDPOINT_ID` - Constructor parameter: `runpod_endpoint_id` - Package name: `langchain-runpod` - Repo URL: `github.com/runpod/langchain-runpod` - URL slugs: `/oss/integrations/providers/runpod`, etc. ## Verification - `make lint_prose` on the modified files: 0 errors, 0 warnings, 0 suggestions - No page renames or new pages, so `docs.json` and broken-link surface are unchanged ## Disclosure This PR was prepared with help from Claude on behalf of Runpod marketing. Happy to make any adjustments you suggest. --- <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:53:43 -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#3961