[PR #37] [MERGED] Add code to drop extensions from internal links #352

Closed
opened 2026-02-17 17:20:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/37
Author: @eyurtsev
Created: 6/12/2025
Status: Merged
Merged: 6/12/2025
Merged by: @eyurtsev

Base: mainHead: eugene/update_links


📝 Commits (5)

📊 Changes

3 files changed (+54 additions, -6 deletions)

View changed files

📝 pipeline/cli.py (+9 -4)
📝 pipeline/tools/links.py (+44 -1)
📝 tests/unit_tests/tools/test_move_files.py (+1 -1)

📄 Description

  • Replace suffix to md (not mdx temporarily to make it easier to side-by-side compare)
  • Drop extensions from internal links to be consistent w/ what mdx requires

🔄 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/37 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/update_links` --- ### 📝 Commits (5) - [`d7a2189`](https://github.com/langchain-ai/docs/commit/d7a2189422f2516f788755a4ab3573ca2fdedd33) x - [`317a511`](https://github.com/langchain-ai/docs/commit/317a5116575de0fff6168fde83b59855c12c1044) x - [`47195b9`](https://github.com/langchain-ai/docs/commit/47195b91bee014a2af3b073a7c4ef015be52ce1f) Merge branch 'main' into eugene/update_links - [`52c1abd`](https://github.com/langchain-ai/docs/commit/52c1abd114fe2e776f5ec466c238924e2606d439) x - [`e9fe1fc`](https://github.com/langchain-ai/docs/commit/e9fe1fcff9cd603a1d10691d68812e5743e5880f) x ### 📊 Changes **3 files changed** (+54 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/cli.py` (+9 -4) 📝 `pipeline/tools/links.py` (+44 -1) 📝 `tests/unit_tests/tools/test_move_files.py` (+1 -1) </details> ### 📄 Description * Replace suffix to md (not mdx temporarily to make it easier to side-by-side compare) * Drop extensions from internal links to be consistent w/ what mdx requires --- <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:20:11 -05:00
yindo closed this issue 2026-02-17 17:20:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#352