[PR #411] [MERGED] fix mint broken links #721

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/411
Author: @lnhsingh
Created: 9/8/2025
Status: Merged
Merged: 9/8/2025
Merged by: @lnhsingh

Base: mainHead: fix-mint-broken-links


📝 Commits (5)

  • 4971a61 fix mint broken links
  • e2fc9d4 fix ci
  • caeabb8 Merge branch 'main' into fix-mint-broken-links
  • 0b0a8ad Merge branch 'main' into fix-mint-broken-links
  • f247024 fixes based on feedback

📊 Changes

3 files changed (+49 additions, -12 deletions)

View changed files

📝 .github/workflows/test-build-docs.yml (+1 -1)
📝 Makefile (+17 -11)
📝 README.md (+31 -0)

📄 Description

Problem: Running mint broken-links from project root caused Mintlify to parse Python virtual environment files in .venv/, triggering MDX parsing errors (CI tests).

Fix: Updated Makefile so make mint-broken-links runs the command from the src/ directory (where docs.json lives) instead of project root, avoiding the .venv/ directory entirely.


🔄 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/411 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `fix-mint-broken-links` --- ### 📝 Commits (5) - [`4971a61`](https://github.com/langchain-ai/docs/commit/4971a6109e5b694c786e071adc90ee85ae72c212) fix mint broken links - [`e2fc9d4`](https://github.com/langchain-ai/docs/commit/e2fc9d4ca66dff271460eeef0ff6107deb136a27) fix ci - [`caeabb8`](https://github.com/langchain-ai/docs/commit/caeabb8940a48e2249c5ffcd858cabd6e5996992) Merge branch 'main' into fix-mint-broken-links - [`0b0a8ad`](https://github.com/langchain-ai/docs/commit/0b0a8ad471901560f2451de1c21a7846d26c2a1a) Merge branch 'main' into fix-mint-broken-links - [`f247024`](https://github.com/langchain-ai/docs/commit/f247024768e2314c6e5d425b608ca19ed0960c9e) fixes based on feedback ### 📊 Changes **3 files changed** (+49 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-build-docs.yml` (+1 -1) 📝 `Makefile` (+17 -11) 📝 `README.md` (+31 -0) </details> ### 📄 Description Problem: Running mint broken-links from project root caused Mintlify to parse Python virtual environment files in .venv/, triggering MDX parsing errors (CI tests). Fix: Updated Makefile so make mint-broken-links runs the command from the src/ directory (where docs.json lives) instead of project root, avoiding the .venv/ directory entirely. --- <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:59 -05:00
yindo closed this issue 2026-02-17 17:20:59 -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#721