[PR #425] [MERGED] Misc. cleanup / standardization #734

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

📋 Pull Request Information

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

Base: mainHead: fix-links


📝 Commits (10+)

  • 74a6f61 fix links
  • 8735e5f fix links / change md to mdx
  • 2b8bd2c fix links, change md to mdx
  • 0c92269 Merge branch 'main' into fix-links
  • bbdb638 Merge branch 'main' into fix-links
  • c3dcacd remove video for now
  • c5b4c79 update gh action to skip integrations for now
  • 293f1d9 add vscode suggested extensions
  • 056d596 simplify template
  • f94c084 move logic to script and extend

📊 Changes

1112 files changed (+443 additions, -1423 deletions)

View changed files

📝 .github/pull_request_template.md (+0 -2)
📝 .github/workflows/test-build-docs.yml (+1 -1)
.vscode/extensions.json (+7 -0)
📝 .vscode/settings.json (+1 -1)
📝 Makefile (+13 -5)
📝 README.md (+3 -2)
scripts/filter_broken_links.py (+85 -0)
📝 src/docs.json (+3 -3)
📝 src/labs/oap/custom-agents/configuration.mdx (+1 -1)
📝 src/langgraph-platform/agent-auth.mdx (+2 -2)
📝 src/langgraph-platform/auth.mdx (+1 -1)
📝 src/langgraph-platform/autogen-integration.mdx (+1 -1)
📝 src/langgraph-platform/index.mdx (+2 -2)
📝 src/langgraph-platform/invoke-studio.mdx (+0 -4)
📝 src/langgraph-platform/langgraph-server.mdx (+2 -2)
📝 src/langgraph-platform/run-evals-studio.mdx (+1 -1)
📝 src/langgraph-platform/streaming.mdx (+7 -7)
📝 src/langgraph-platform/use-stream-react.mdx (+1 -1)
📝 src/langgraph-platform/why-langgraph.mdx (+2 -9)
📝 src/langsmith/self-host-scale.mdx (+1 -1)

...and 80 more files

📄 Description

Documentation update

Overview

  • Updated broken links in all docs that are not under python/integrations or javascript/integrations (these will be addressed later)
  • Updated broken-links scripts (locally and GH actions) to ignore the integrations directories
  • Changed .md files to .mdx
  • Fixed vscode settings
  • Added vscode extension suggestions

Type of change

  • New documentation page
  • Update existing documentation
  • Fix typo, bug, broken link, or formatting issue
  • Remove outdated content
  • Other (please describe):

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

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/425 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `fix-links` --- ### 📝 Commits (10+) - [`74a6f61`](https://github.com/langchain-ai/docs/commit/74a6f612cfff705e663775416e772049391df68e) fix links - [`8735e5f`](https://github.com/langchain-ai/docs/commit/8735e5f36da2f994dd36d599c5ec6e5ef6987e50) fix links / change md to mdx - [`2b8bd2c`](https://github.com/langchain-ai/docs/commit/2b8bd2cc8e72ea5122ea36357d325dbbe012b403) fix links, change md to mdx - [`0c92269`](https://github.com/langchain-ai/docs/commit/0c92269c97137acb70e9c07a801504ac0a1ffbf6) Merge branch 'main' into fix-links - [`bbdb638`](https://github.com/langchain-ai/docs/commit/bbdb6387b52d9be8ba2242d3750b572724e905fe) Merge branch 'main' into fix-links - [`c3dcacd`](https://github.com/langchain-ai/docs/commit/c3dcacd64f93f1839a3593867f9cb8ff3ab74eab) remove video for now - [`c5b4c79`](https://github.com/langchain-ai/docs/commit/c5b4c79ceb5ac187a9258a13dd2c715b2c203d34) update gh action to skip integrations for now - [`293f1d9`](https://github.com/langchain-ai/docs/commit/293f1d9a804e54ba77bca7f348f853a88ad7ff97) add vscode suggested extensions - [`056d596`](https://github.com/langchain-ai/docs/commit/056d596179142daf1f4f274ca4981495a673c1bc) simplify template - [`f94c084`](https://github.com/langchain-ai/docs/commit/f94c084bd35092169a370bbb9a1aa5d3f5719b05) move logic to script and extend ### 📊 Changes **1112 files changed** (+443 additions, -1423 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+0 -2) 📝 `.github/workflows/test-build-docs.yml` (+1 -1) ➕ `.vscode/extensions.json` (+7 -0) 📝 `.vscode/settings.json` (+1 -1) 📝 `Makefile` (+13 -5) 📝 `README.md` (+3 -2) ➕ `scripts/filter_broken_links.py` (+85 -0) 📝 `src/docs.json` (+3 -3) 📝 `src/labs/oap/custom-agents/configuration.mdx` (+1 -1) 📝 `src/langgraph-platform/agent-auth.mdx` (+2 -2) 📝 `src/langgraph-platform/auth.mdx` (+1 -1) 📝 `src/langgraph-platform/autogen-integration.mdx` (+1 -1) 📝 `src/langgraph-platform/index.mdx` (+2 -2) 📝 `src/langgraph-platform/invoke-studio.mdx` (+0 -4) 📝 `src/langgraph-platform/langgraph-server.mdx` (+2 -2) 📝 `src/langgraph-platform/run-evals-studio.mdx` (+1 -1) 📝 `src/langgraph-platform/streaming.mdx` (+7 -7) 📝 `src/langgraph-platform/use-stream-react.mdx` (+1 -1) 📝 `src/langgraph-platform/why-langgraph.mdx` (+2 -9) 📝 `src/langsmith/self-host-scale.mdx` (+1 -1) _...and 80 more files_ </details> ### 📄 Description # Documentation update ## Overview <!-- Brief description of what documentation is being added/updated --> - Updated broken links in all docs that **are not** under `python/integrations` or `javascript/integrations` (these will be addressed later) - Updated broken-links scripts (locally and GH actions) to ignore the integrations directories - Changed .md files to .mdx - Fixed vscode settings - Added vscode extension suggestions ## Type of change <!-- Check the relevant box --> - [ ] New documentation page - [ ] Update existing documentation - [x] Fix typo, bug, broken link, or formatting issue - [ ] Remove outdated content - [ ] Other (please describe): ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Check all 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 - [x] I have gotten approval from the relevant reviewers - [x] (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:21:01 -05:00
yindo closed this issue 2026-02-17 17:21:01 -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#734