Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
update links in HomepageFeatures and menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Masha1996 committed Nov 23, 2021
1 parent 02ea8b3 commit 268dcd2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 27 deletions.
13 changes: 9 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,18 @@ const config = {
},
{
label: 'Grants Program',
position: 'left',
href: '/'
position: 'right',
href: 'https://www.npmjs.com/'
},
{
label: 'Bug bounty',
position: 'left',
href: '/'
position: 'right',
href: 'https://www.npmjs.com/'
},
{
href: 'https://www.npmjs.com/',
label: 'NPM',
position: 'right',
},
{
href: 'https://github.com/1inch',
Expand Down
38 changes: 15 additions & 23 deletions src/components/homepage-features/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,25 @@ const FeatureList = [
),
links: [
{
title: 'Documentation',
title: 'Introduction',
href: '/docs/aggregation-protocol/introduction'
},
{
title: 'API (swagger)',
href: '/docs/aggregation-protocol/api/swagger'
title: 'Dune analytics',
href: '/docs/aggregation-protocol/introduction'
},
{
title: 'Contracts',
title: 'Smart contract',
href: ''
},
{
title: 'Documentation',
href: '/docs/aggregation-protocol/introduction'
title: 'Enterprise API',
href: '/docs/aggregation-protocol/api/swagger'
},
{
title: 'API (swagger)',
href: '/docs/aggregation-protocol/api/swagger'
},
{
title: 'Contracts',
href: ''
}
]
},
{
Expand All @@ -47,29 +43,25 @@ const FeatureList = [
),
links: [
{
title: 'Documentation',
href: '/docs/limit-order-protocol/introduction'
title: 'Introduction',
href: '/docs/aggregation-protocol/introduction'
},
{
title: 'API (swagger)',
href: '/docs/limit-order-protocol/api'
title: 'Dune analytics',
href: '/docs/aggregation-protocol/introduction'
},
{
title: 'Contracts',
href: '/docs/limit-order-protocol/smart-contract/LimitOrderProtocol'
title: 'Smart contract',
href: '/'
},
{
title: 'Documentation',
href: '/docs/limit-order-protocol/introduction'
title: 'Enterprise API',
href: '/docs/aggregation-protocol/api/swagger'
},
{
title: 'API (swagger)',
href: '/docs/limit-order-protocol/api'
href: '/docs/aggregation-protocol/api/swagger'
},
{
title: 'Contracts',
href: '/docs/limit-order-protocol/smart-contract/LimitOrderProtocol'
}
]
},
];
Expand Down

0 comments on commit 268dcd2

Please sign in to comment.