use products dropdown / change theme - #812
Closed
Lauren Hirata Singh (lnhsingh) wants to merge 22 commits into
Closed
use products dropdown / change theme#812Lauren Hirata Singh (lnhsingh) wants to merge 22 commits into
Lauren Hirata Singh (lnhsingh) wants to merge 22 commits into
Conversation
Lauren Hirata Singh (lnhsingh)
requested a review
from Kathryn May (katmayb)
as a code owner
October 10, 2025 02:03
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the documentation site to use Mintlify's new products dropdown feature and changes the theme from "willow" to "linden". The changes simplify the styling by removing extensive custom CSS while adopting Mintlify's built-in product navigation system.
Key changes:
- Migration from custom navigation dropdowns to Mintlify's products feature
- Theme change from "willow" to "linden"
- Significant CSS simplification by removing custom styling rules
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/style.css | Removes majority of custom CSS styling rules, keeping only essential version picker and table formatting |
| src/docs.json | Updates theme and converts "dropdowns" to "products" structure for both Python and JavaScript versions |
Comments suppressed due to low confidence (2)
src/style.css:1
- The removed CSS block for version picker SVG styling should be retained. The comment references forcing the dropdown arrow to show, but the corresponding CSS rules were deleted while the comment remains.
/* Light mode CSS variables */
src/style.css:1
- The removed CSS block for table image alignment should be retained. The comment indicates this styling is for proper image alignment in table cells, but the corresponding CSS rules were deleted while the comment remains.
/* Light mode CSS variables */
Contributor
|
Preview ID generated: preview-produc-1760061833-76dac21 |
Lauren Hirata Singh (lnhsingh)
changed the base branch from
main
to
langsmith-platform
October 13, 2025 23:48
Contributor
|
Preview ID generated: preview-produc-1760399347-540bd87 |
Contributor
|
Preview ID generated: preview-produc-1760399448-07c8de5 |
Contributor
|
Preview ID generated: preview-produc-1760400686-c4cf406 |
Kathryn May (katmayb)
force-pushed
the
langsmith-platform
branch
2 times, most recently
from
October 14, 2025 14:07
7592722 to
4293425
Compare
Collaborator
Author
|
closing for #881 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Preview: https://langchain-5e9cc07a-preview-produc-1760400686-c4cf406.mintlify.app/oss/python/langchain/overview
Type of change
Type: Update styling
Checklist
docs devsrc/docs.jsonif neededAdditional notes