-
Notifications
You must be signed in to change notification settings - Fork 120
use products dropdown / change theme #812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 */
Preview ID generated: preview-produc-1760061833-76dac21 |
Preview ID generated: preview-produc-1760399347-540bd87 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Preview ID generated: preview-produc-1760399448-07c8de5 |
Preview ID generated: preview-produc-1760400686-c4cf406 |
7592722
to
4293425
Compare
closing for #881 |
Overview
Preview: https://langchain-5e9cc07a-preview-produc-1760400686-c4cf406.mintlify.app/oss/python/langchain/overview
Type of change
Type: Update styling
Checklist
docs dev
src/docs.json
if neededAdditional notes