[PR #1283] [CLOSED] Add docs in Korean #1438

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1283
Author: @lnhsingh
Created: 11/4/2025
Status: Closed

Base: mainHead: ko


📝 Commits (2)

📊 Changes

4 files changed (+492 additions, -0 deletions)

View changed files

📝 pipeline/core/builder.py (+167 -0)
📝 src/docs.json (+43 -0)
src/ko/index.mdx (+140 -0)
src/ko/oss/langchain/overview.mdx (+142 -0)

📄 Description

Overview

  • Add localized version of our docs in Korean

Type of change

Type: New

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/1283 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 11/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ko` --- ### 📝 Commits (2) - [`779145b`](https://github.com/langchain-ai/docs/commit/779145b9f075ec7882a256985ebf69c02b5ed93a) Add docs in Korean - [`4296301`](https://github.com/langchain-ai/docs/commit/4296301f3761fcd6b9f7236f533792d1541741bf) fix build ### 📊 Changes **4 files changed** (+492 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/builder.py` (+167 -0) 📝 `src/docs.json` (+43 -0) ➕ `src/ko/index.mdx` (+140 -0) ➕ `src/ko/oss/langchain/overview.mdx` (+142 -0) </details> ### 📄 Description ## Overview - Add localized version of our docs in Korean ## Type of change **Type:** New ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] 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](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:21 -05:00
yindo closed this issue 2026-02-17 17:22:21 -05:00
yindo changed title from [PR #1283] Add docs in Korean to [PR #1283] [CLOSED] Add docs in Korean 2026-06-05 18:12:38 -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#1438