From 2bc8da1f791946e830e196c9f4e18fac56ce8c6e Mon Sep 17 00:00:00 2001
From: crypblizz <45455218+crypblizz8@users.noreply.github.com>
Date: Tue, 5 Nov 2024 11:33:50 +0100
Subject: [PATCH 1/2] chore: older docs banner
---
docusaurus.config.js | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index ad64277..9e31ab8 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -131,6 +131,14 @@ const config = {
indexName: 'nillion_docs',
searchPagePasitemapth: 'search',
},
+ announcementBar: {
+ id: 'older_client_version',
+ content:
+ 'These docs are for the older versioned JS + Python Client.',
+ backgroundColor: '#4B4A96',
+ textColor: '#fff',
+ isCloseable: true,
+ },
docs: {
sidebar: {
hideable: true,
From fa851d7006a85d6b999dc34fb64b206cac187552 Mon Sep 17 00:00:00 2001
From: crypblizz <45455218+crypblizz8@users.noreply.github.com>
Date: Tue, 5 Nov 2024 12:45:19 +0100
Subject: [PATCH 2/2] chore: add links
---
docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 9e31ab8..eedfda7 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -134,7 +134,7 @@ const config = {
announcementBar: {
id: 'older_client_version',
content:
- 'These docs are for the older versioned JS + Python Client.',
+ 'These docs are for the older JS Client and Python Client',
backgroundColor: '#4B4A96',
textColor: '#fff',
isCloseable: true,