Skip to content

Commit

Permalink
deprecate old partnership program, update homepage (#394)
Browse files Browse the repository at this point in the history
* deprecate old partnership program, update homepage

* Update homepageFeatures.js
  • Loading branch information
MarcoWorms authored Dec 22, 2023
1 parent 36d0360 commit db43987
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
8 changes: 0 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ module.exports = {
src: 'img/logo.svg',
},
items: [
{
to: 'getting-started/intro',
label: 'Getting Started',
},
{
to: 'developers/v2/getting-started',
label: 'Develop',
Expand All @@ -55,10 +51,6 @@ module.exports = {
to: '/vaults/smart-contracts/BaseStrategy',
label: 'Smart Contracts',
},
{
to: 'partners/introduction',
label: 'Partner',
},
{
to: 'contributing/contribute',
label: 'Contribute',
Expand Down
28 changes: 14 additions & 14 deletions src/homepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ export default [
title: 'Learn',
rows: [
{
title: 'Use Yearn',
description: 'Learn how to use Yearn user interface step by step.',
to: './getting-started/using-yearn',
title: 'Introduction',
description: 'Getting started: What is Yearn?',
to: './getting-started/intro',
},
{
title: 'Vaults & Strategies',
description: 'An overview on how Yearn Vaults and its strategies work.',
to: './getting-started/products/yvaults/overview',
to: './developers/v3/overview',
},
{
title: 'Partnership Program',
description: `Yearn's partnership program incentivize builders to easily integrate yield into their products and services.`,
to: './partners/introduction',
title: 'Yearn Risk Scores',
description: 'Learn about the Yearn risk framework for assessing DeFi yield strategies.',
to: './resources/risks/risk-score',
},
],
},
Expand All @@ -25,17 +25,17 @@ export default [
{
title: 'New Strategies',
description: 'Get started building with vaults and strategies.',
to: './developers/v2/getting-started',
to: './developers/v3/strategy_writing_guide',
},
{
title: 'Yearn SDK',
description: 'Learn about the Yearn stack and how to use the SDK as an aggregator of many data sources.',
to: './vaults/yearn-sdk/yearn-stack',
title: 'Yearn Data',
description: 'Learn about the Yearn data services like yDaemon and the subgraphs',
to: './developers/v2/yearn-data',
},
{
title: 'Smart Contracts',
description: 'Find references to our smart contracts and several utilities part of the Yearn architecture.',
to: './vaults/smart-contracts/vault',
title: 'veYFI',
description: 'Participate in Yearn governance and learn how boosted yield works.',
to: './contributing/governance/veyfi',
},
],
}
Expand Down

1 comment on commit db43987

@vercel
Copy link

@vercel vercel bot commented on db43987 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.