[PR #886] [MERGED] fix: homepage sidebar, dropdowns, typescript rename #1110

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

📋 Pull Request Information

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

Base: mainHead: hunter/homepage-fix


📝 Commits (2)

  • 6678b19 fix: homepage sidebar, dropdowns, typescript rename
  • 4f71a28 Merge branch 'main' into hunter/homepage-fix

📊 Changes

5 files changed (+469 additions, -1172 deletions)

View changed files

📝 src/docs.json (+468 -1061)
src/hide-version-picker.css (+0 -27)
src/hide-version-picker.js (+0 -56)
📝 src/index.mdx (+1 -1)
📝 src/style.css (+0 -27)

📄 Description

  • hides the homepage sidebar using the custom page mode
  • makes the version picker a dropdown instead of a locale switcher
    • from what I gather this is more performant
    • should reduce the amount of info in the top bar
  • renames "javascript" -> "typescript" in the language dropdown
    • group consensus was this is better positioning with JS OSS devs

🔄 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/886 **Author:** [@hntrl](https://github.com/hntrl) **Created:** 10/14/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `hunter/homepage-fix` --- ### 📝 Commits (2) - [`6678b19`](https://github.com/langchain-ai/docs/commit/6678b1983f43a270a4047bdde98526f80b904b6d) fix: homepage sidebar, dropdowns, typescript rename - [`4f71a28`](https://github.com/langchain-ai/docs/commit/4f71a2871bd89796399344516b29ff2417fe2ce1) Merge branch 'main' into hunter/homepage-fix ### 📊 Changes **5 files changed** (+469 additions, -1172 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+468 -1061) ➖ `src/hide-version-picker.css` (+0 -27) ➖ `src/hide-version-picker.js` (+0 -56) 📝 `src/index.mdx` (+1 -1) 📝 `src/style.css` (+0 -27) </details> ### 📄 Description * hides the homepage sidebar using the custom page mode * makes the version picker a dropdown instead of a locale switcher * from what I gather this is more performant * should reduce the amount of info in the top bar * renames "javascript" -> "typescript" in the language dropdown * group consensus was this is better positioning with JS OSS devs --- <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:44 -05:00
yindo closed this issue 2026-02-17 17:21:44 -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#1110