From 6153fba3fc3eeba009f93a28f576b661b330d406 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 7 Jul 2023 19:23:12 +0200 Subject: [PATCH] index.md: Adding features. --- index.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/index.md b/index.md index 4704201..b57058b 100644 --- a/index.md +++ b/index.md @@ -10,4 +10,27 @@ hero: - theme: brand text: Get started link: /docs/installation/ +features: + - title: Integrate blockchain data into your app. + details: Thalos makes it easy for developers to integrate blockchain into apps. + icon: + src: /icons/blocks.svg + alt: blocks + link: /docs/ + - title: Redis + details: With the power of redis pub/sub. Read SHIP messages fast and easy + icon: + src: /icons/redis.svg + alt: redis + link: https://redis.io + linkText: Redis official website + - title: Multilanguage support + details: > + Feel free to use your preferred programming language. + You can either utilize our tailored libraries or directly interact with Thalos using a redis-client to access blockchain data. + icon: + src: /icons/monitor.svg + alt: monitor + link: /docs/api/clients + linkText: Client libraries ---