From 9b8d5ae8ac5f98a5890ffd56a155e9ff378e1f65 Mon Sep 17 00:00:00 2001 From: ImmanuelSegol <3ditds@gmail.com> Date: Mon, 22 Jan 2024 11:08:14 +0100 Subject: [PATCH] update description --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 63f838b..25ee1f3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -70,11 +70,11 @@ const config = { {name: 'twitter:card', content: 'summary_large_image'}, {name: 'twitter:site', content: '@Ingo_zk'}, {name: 'twitter:title', content: 'Ingonyama Developer Documentation'}, - {name: 'twitter:description', content: 'Ingonyama is a next-generation semiconductor company...'}, + {name: 'twitter:description', content: 'Ingonyama is a next-generation semiconductor company focusing on Zero-Knowledge Proof hardware acceleration...'}, {name: 'twitter:image', content: 'https://dev.ingonyama.com/img/logo.png'}, // title {name: 'og:title', content: 'Ingonyama Developer Documentation'}, - {name: 'og:description', content: 'Ingonyama is a next-generation semiconductor company...'}, + {name: 'og:description', content: 'Ingonyama is a next-generation semiconductor company focusing on Zero-Knowledge Proof hardware acceleration...'}, {name: 'og:image', content: 'https://dev.ingonyama.com/img/logo.png'}, ], hideableSidebar: true,