From 110ee067ca7315cefd4fbe3449e41d2e7044189c Mon Sep 17 00:00:00 2001 From: Jeremy Felder Date: Thu, 21 Nov 2024 16:32:08 +0200 Subject: [PATCH] Remove badges from previous versions as well. Fix unused link issue for v3.0.0 --- docs/versioned_docs/version-1.10.1/icicle/overview.md | 6 ------ docs/versioned_docs/version-2.8.0/icicle/overview.md | 2 -- docs/versioned_docs/version-3.0.0/icicle/overview.md | 5 ----- 3 files changed, 13 deletions(-) diff --git a/docs/versioned_docs/version-1.10.1/icicle/overview.md b/docs/versioned_docs/version-1.10.1/icicle/overview.md index 5916de46d..4ee3909f5 100644 --- a/docs/versioned_docs/version-1.10.1/icicle/overview.md +++ b/docs/versioned_docs/version-1.10.1/icicle/overview.md @@ -1,11 +1,5 @@ # What is ICICLE? -[![GitHub Release](https://img.shields.io/github/v/release/ingonyama-zk/icicle)](https://github.com/ingonyama-zk/icicle/releases) - - - - - [ICICLE](https://github.com/ingonyama-zk/icicle) is a cryptography library for ZK using GPUs. ICICLE implements blazing fast cryptographic primitives such as EC operations, MSM, NTT, Poseidon hash and more on GPU. ICICLE allows developers with minimal GPU experience to effortlessly accelerate their ZK application; from our experiments, even the most naive implementation may yield 10X improvement in proving times. diff --git a/docs/versioned_docs/version-2.8.0/icicle/overview.md b/docs/versioned_docs/version-2.8.0/icicle/overview.md index 2a7f9e847..36e19ede0 100644 --- a/docs/versioned_docs/version-2.8.0/icicle/overview.md +++ b/docs/versioned_docs/version-2.8.0/icicle/overview.md @@ -1,7 +1,5 @@ # What is ICICLE? -[![GitHub Release](https://img.shields.io/github/v/release/ingonyama-zk/icicle)](https://github.com/ingonyama-zk/icicle/releases) - [ICICLE](https://github.com/ingonyama-zk/icicle) is a cryptography library for ZK using GPUs. ICICLE implements blazing fast cryptographic primitives such as EC operations, MSM, NTT, Poseidon hash and more on GPU. ICICLE allows developers with minimal GPU experience to effortlessly accelerate their ZK application; from our experiments, even the most naive implementation may yield 10X improvement in proving times. diff --git a/docs/versioned_docs/version-3.0.0/icicle/overview.md b/docs/versioned_docs/version-3.0.0/icicle/overview.md index 9ca50d399..f7b926760 100644 --- a/docs/versioned_docs/version-3.0.0/icicle/overview.md +++ b/docs/versioned_docs/version-3.0.0/icicle/overview.md @@ -9,12 +9,8 @@ title: ICICLE Overview Untitled design (29)

- ## What is ICICLE? - -[![GitHub Release](https://img.shields.io/github/v/release/ingonyama-zk/icicle)](https://github.com/ingonyama-zk/icicle/releases) - [ICICLE](https://github.com/ingonyama-zk/icicle) is a cryptography library designed to accelerate zero-knowledge proofs (ZKPs) using multiple compute backends, including GPUs, CPUs, and potentially other platforms. ICICLE's key strength lies in its ability to implement blazing-fast cryptographic primitives, enabling developers to significantly reduce proving times with minimal effort. ## Key Features @@ -79,6 +75,5 @@ Explore the full capabilities of ICICLE by diving into the [Architecture](./arch If you have any questions or need support, feel free to reach out on [Discord], [GitHub](https://github.com/ingonyama-zk) or [via support email][SupportEmail]. We're here to help you accelerate your ZK development with ICICLE. -[ICICLE-OVERVIEW]: ./icicle/overview.md [Discord]: https://discord.gg/6vYrE7waPj [SupportEmail]: support@ingonyama.com