[PR #1363] [MERGED] Update Docs Contributing guide #1502

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1363
Author: @lnhsingh
Created: 11/10/2025
Status: Merged
Merged: 11/10/2025
Merged by: @lnhsingh

Base: mainHead: contrib


📝 Commits (3)

📊 Changes

12 files changed (+1579 additions, -1670 deletions)

View changed files

📝 README.md (+19 -198)
📝 reference/python/README.md (+46 -0)
📝 src/docs.json (+1267 -1272)
📝 src/oss/contributing/documentation.mdx (+233 -180)
📝 src/oss/javascript/integrations/chat/openai.mdx (+1 -1)
📝 src/oss/python/integrations/chat/groq.mdx (+3 -3)
📝 src/oss/python/integrations/chat/xai.mdx (+3 -3)
📝 src/oss/python/integrations/providers/groq.mdx (+3 -3)
📝 src/oss/python/integrations/providers/xai.mdx (+3 -3)
📝 src/oss/python/integrations/text_embedding/sambanova.mdx (+1 -1)
src/snippets/oss/grok-groq.mdx (+0 -3)
src/snippets/oss/groq-grok.mdx (+0 -3)

📄 Description

Overview

Type of change

Type: Update

Related issues/PRs

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 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/1363 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `contrib` --- ### 📝 Commits (3) - [`de83666`](https://github.com/langchain-ai/docs/commit/de8366651f4f38e364f488246078dc7ae192b226) contributing - [`16f4ead`](https://github.com/langchain-ai/docs/commit/16f4ead293dbf6db205e941940ddc0370e9df147) fix broken links - [`0d41932`](https://github.com/langchain-ai/docs/commit/0d41932b86bc8c916211b3b15ab50def6da35193) Merge branch 'main' into contrib ### 📊 Changes **12 files changed** (+1579 additions, -1670 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+19 -198) 📝 `reference/python/README.md` (+46 -0) 📝 `src/docs.json` (+1267 -1272) 📝 `src/oss/contributing/documentation.mdx` (+233 -180) 📝 `src/oss/javascript/integrations/chat/openai.mdx` (+1 -1) 📝 `src/oss/python/integrations/chat/groq.mdx` (+3 -3) 📝 `src/oss/python/integrations/chat/xai.mdx` (+3 -3) 📝 `src/oss/python/integrations/providers/groq.mdx` (+3 -3) 📝 `src/oss/python/integrations/providers/xai.mdx` (+3 -3) 📝 `src/oss/python/integrations/text_embedding/sambanova.mdx` (+1 -1) ➖ `src/snippets/oss/grok-groq.mdx` (+0 -3) ➖ `src/snippets/oss/groq-grok.mdx` (+0 -3) </details> ### 📄 Description ## Overview - Update README to point to https://docs.langchain.com/oss/python/contributing/documentation for contributing guidelines - Remove dupe content from README - Edit contributing guide - Remove language from docs.json ## Type of change **Type:** Update ## Related issues/PRs - Linear issue: https://linear.app/langchain/issue/DOC-423/add-contributing-guide, https://linear.app/langchain/issue/DOC-392/clarify-how-to-guides-section-in-contributing-documentation ## 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 <!-- Any other information that would be helpful for reviewers --> --- <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:25 -05:00
yindo closed this issue 2026-02-17 17:22:25 -05:00
yindo changed title from [PR #1363] Update Docs Contributing guide to [PR #1363] [MERGED] Update Docs Contributing guide 2026-06-05 18:12:59 -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#1502