Skip to content

Commit

Permalink
feat: flag to disable sDAI and Liquid Staking strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanSL committed Mar 15, 2024
1 parent b25c060 commit 5f90ee6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/concepts/strategies/02-strategy-sdai.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: sdai
title: sDAI Strategy
sidebar_position: 3
sidebar_class_name: hidden
---

**This strategy allows users to leverage their DAI holdings** by depositing them into an sDAI vault, which is a specialized financial vehicle. This depositing action allows their DAI to be put to work, generating potential profits over time. The approach combines the security of DAI, a stablecoin, with the revenue-generating power of DeFi strategies. This mechanism is designed to provide users with a more effective way to maximize the potential return on their DAI investments.
Expand Down
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ const config = {
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/0xSpaceShard/nimbora_yields_l2',
exclude: process.env.EXCLUDE_FILES === 'true' ? [
'./concepts/strategies/02-strategy-sdai.md',
'./concepts/strategies/03-strategy-lStaking.md',
'./concepts/risks/02-risk-sdai.md',
'./concepts/risks/03-risk-lStaking.md'
] : []
},
theme: {
customCss: './src/css/custom.css',
Expand Down

0 comments on commit 5f90ee6

Please sign in to comment.