[PR #295] [MERGED] docs: add GitHub link to navbar #607

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/295
Author: @mdrxy
Created: 8/30/2025
Status: Merged
Merged: 8/31/2025
Merged by: @lnhsingh

Base: mainHead: mdrxy/github-link


📝 Commits (1)

  • ff52caf docs: add GitHub link to navbar

📊 Changes

1 file changed (+22 additions, -16 deletions)

View changed files

📝 src/docs.json (+22 -16)

📄 Description

Screenshot

Holdover fix until a proper solution can be developed, spec'd below:

Problem

Currently, the navbar shows a generic GH link that doesn't correspond to the specific repository the user is currently viewing.

Proposal

Implement context-aware repository links that dynamically show the appropriate repo based on the current documentation section being viewed. Should be aware of language/product. E.g. viewing the JS version of LG links to langchainjs


🔄 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/295 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 8/30/2025 **Status:** ✅ Merged **Merged:** 8/31/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `mdrxy/github-link` --- ### 📝 Commits (1) - [`ff52caf`](https://github.com/langchain-ai/docs/commit/ff52caf4b81417ae4669f88db062ede26ec6f912) docs: add GitHub link to navbar ### 📊 Changes **1 file changed** (+22 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+22 -16) </details> ### 📄 Description <img width="367" height="233" alt="Screenshot" src="https://github.com/user-attachments/assets/4919b47a-d3ec-4814-afa7-b1fe5282d744" /> Holdover fix until a proper solution can be developed, spec'd below: ### Problem Currently, the navbar shows a generic GH link that doesn't correspond to the specific repository the user is currently viewing. ### Proposal Implement context-aware repository links that dynamically show the appropriate repo based on the current documentation section being viewed. Should be aware of language/product. E.g. viewing the JS version of LG links to `langchainjs` --- <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:44 -05:00
yindo closed this issue 2026-02-17 17:20: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#607