diff --git a/src/components/homepage-features/HomepageFeatures.js b/src/components/homepage-features/HomepageFeatures.js index a38a2315f..711595ecd 100644 --- a/src/components/homepage-features/HomepageFeatures.js +++ b/src/components/homepage-features/HomepageFeatures.js @@ -12,8 +12,19 @@ const FeatureList = [ image: (
), - hrefGithub: 'https://github.com/1inch', links: [ + { + title: 'Documentation', + href: '/docs/aggregation-protocol/introduction' + }, + { + title: 'API (swagger)', + href: '/docs/aggregation-protocol/api/swagger' + }, + { + title: 'Contracts', + href: '' + }, { title: 'Documentation', href: '/docs/aggregation-protocol/introduction' @@ -34,8 +45,19 @@ const FeatureList = [ image: ( ), - hrefGithub: 'https://github.com/1inch', links: [ + { + title: 'Documentation', + href: '/docs/limit-order-protocol/introduction' + }, + { + title: 'API (swagger)', + href: '/docs/limit-order-protocol/api' + }, + { + title: 'Contracts', + href: '/docs/limit-order-protocol/smart-contract/LimitOrderProtocol' + }, { title: 'Documentation', href: '/docs/limit-order-protocol/introduction' @@ -56,22 +78,17 @@ function Feature({title, description, image, hrefGithub, links}) { return ({description}
{link.title}