From e152977843f44e61cb61ec37d8e8297bbed5999b Mon Sep 17 00:00:00 2001 From: Otsar <122266060+Otsar-Raikou@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:23:03 +0300 Subject: [PATCH 1/4] Update overview.md Added v2 paper --- docs/docs/icicle/polynomials/overview.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/icicle/polynomials/overview.md b/docs/docs/icicle/polynomials/overview.md index a57a14b7..35fb54f7 100644 --- a/docs/docs/icicle/polynomials/overview.md +++ b/docs/docs/icicle/polynomials/overview.md @@ -1,5 +1,8 @@ # Polynomial API Overview +> **Note:** Read our paper on the Polynomials API in ICICLE v2 by clicking [here](https://eprint.iacr.org/2024/973). + + ## Introduction The Polynomial API offers a robust framework for polynomial operations within a computational environment. It's designed for flexibility and efficiency, supporting a broad range of operations like arithmetic, evaluation, and manipulation, all while abstracting from the computation and storage specifics. This enables adaptability to various backend technologies, employing modern C++ practices. From 87bdf04a197ccbf69200f0e676f122b3ad6f1934 Mon Sep 17 00:00:00 2001 From: Otsar <122266060+Otsar-Raikou@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:05:14 +0300 Subject: [PATCH 2/4] Update docusaurus.config.js --- docs/docusaurus.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index a5a84722..e7885d68 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -166,6 +166,14 @@ const config = { additionalLanguages: ['rust', 'go'], }, image: 'img/logo.png', + announcementBar: { + id: 'announcement', // Any value that will identify this message. + content: + 'Read our paper on the Polynomials API in ICICLE v2 by clicking here!', + backgroundColor: '#ADD8E6', // Light blue background color. + textColor: '#000000', // Black text color. + isCloseable: true, // Defaults to `true`. + }, }), }; From c305aade5d46e7c2d5e45b97594bba106545782f Mon Sep 17 00:00:00 2001 From: Otsar <122266060+Otsar-Raikou@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:00:24 +0300 Subject: [PATCH 3/4] Update overview.md --- docs/docs/icicle/polynomials/overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/icicle/polynomials/overview.md b/docs/docs/icicle/polynomials/overview.md index 35fb54f7..06058ffe 100644 --- a/docs/docs/icicle/polynomials/overview.md +++ b/docs/docs/icicle/polynomials/overview.md @@ -1,7 +1,8 @@ # Polynomial API Overview -> **Note:** Read our paper on the Polynomials API in ICICLE v2 by clicking [here](https://eprint.iacr.org/2024/973). - +:::note +Read our paper on the Polynomials API in ICICLE v2 by clicking [here](https://eprint.iacr.org/2024/973). +::: ## Introduction From 69383e6c732c776bc995da06ebb9431f95106a6d Mon Sep 17 00:00:00 2001 From: Otsar <122266060+Otsar-Raikou@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:04:26 +0300 Subject: [PATCH 4/4] Update docusaurus.config.js bold, added emoji --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index e7885d68..f420ca7d 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -169,7 +169,7 @@ const config = { announcementBar: { id: 'announcement', // Any value that will identify this message. content: - 'Read our paper on the Polynomials API in ICICLE v2 by clicking here!', + '🎉 Read our paper on the Polynomials API in ICICLE v2 by clicking here! 🎉', backgroundColor: '#ADD8E6', // Light blue background color. textColor: '#000000', // Black text color. isCloseable: true, // Defaults to `true`.