Feature/we 2265 earn section for docslidofi#811
Open
karinamaulitova wants to merge 11 commits intomainfrom
Open
Feature/we 2265 earn section for docslidofi#811karinamaulitova wants to merge 11 commits intomainfrom
karinamaulitova wants to merge 11 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds a comprehensive "Earn" documentation section for Lido's documentation site (docs.lido.fi). The changes introduce documentation for Lido Earn ETH and Lido Earn USD products, along with detailed technical architecture documentation for the underlying Meta Vault system built on Core Vaults.
Changes:
- Added new "Earn" navigation section with complete documentation structure covering product introduction, deployment contracts, architecture, referral tracking, widget embedding, and audits
- Fixed navbar header resize issue with a CSS media query that prevents layout breaking between 997px-1200px viewport widths
- Configured Docusaurus to support the new earn documentation plugin with dedicated routing and sidebar
Reviewed changes
Copilot reviewed 55 out of 57 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| src/css/custom.css | Added .earn-nowrap utility class and navbar mid-width layout fixes |
| sidebarsEarn.js | Complete sidebar structure for earn documentation with nested categories |
| docusaurus.config.js | Added earn plugin configuration and navbar link |
| earn/introduction.md | Product overview for Lido Earn ETH and Earn USD |
| earn/deployment-contracts.md | Contract addresses for all deployed components |
| earn/audits.md | Links to security audit reports |
| earn/embedding-the-earn-widget.md | Integration guide for embedding the earn widget |
| earn/referral-tracking.md | Documentation for onchain referral attribution |
| earn/architecture/* | Comprehensive technical documentation covering vaults, queues, modules, permissions, managers, libraries, hooks, and factory contracts |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
failingtwice
previously approved these changes
Mar 2, 2026
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.
Please, go through these steps before you request a review:
Added earn section dor docs + fix header resize
📝 Describe your changes
🔎 Attach a source of truth or evidence that allows reviewers to confirm the changes independently