From dc30d324daf5017bf54a9b777df17e6522dc9063 Mon Sep 17 00:00:00 2001 From: Ollie Gilbey Date: Mon, 23 Dec 2024 10:27:29 +0000 Subject: [PATCH 1/4] chore: Update AI Bot Integration This commit changes the integration of the Kapa bot from the one trained only on the SDK docs, to one trained on the full stack. The full stack bot has been performing very well - we mentioned the likely change in #181 --- docusaurus.config.js | 8 ++++---- static/img/spirograph-white.svg | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 static/img/spirograph-white.svg diff --git a/docusaurus.config.js b/docusaurus.config.js index a43bef8a4..87ad5389a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -507,13 +507,13 @@ const config = { scripts: [ { src: "https://widget.kapa.ai/kapa-widget.bundle.js", - "data-website-id": "752cab42-f5d6-4af3-9d31-fb0d6e501c4a", - "data-project-name": "Cosmos SDK", + "data-website-id": "c64ef56e-ad38-4e7a-9c67-4089a1a69ac4", + "data-project-name": "Cosmos Stack", "data-project-color": "#5064FB", "data-modal-disclaimer": - "This is a custom LLM for Interchain with access to Cosmos SDK developer documentation and resources. Please note that answers are generated by an AI so please use your best judgement before implementing.", + "This is a custom LLM for the Cosmos Stack with access to developer documentation and resources across the core Interchain components. Please note that answers are generated by an AI so please use your best judgement before implementing.", "data-modal-image": "img/logo-sdk.svg", - "data-project-logo": "img/logo-sdk-white.svg", + "data-project-logo": "img/spirograph-white.svg", "data-user-analytics-fingerprint-enabled": "true", async: true, }, diff --git a/static/img/spirograph-white.svg b/static/img/spirograph-white.svg new file mode 100644 index 000000000..b61e9e44d --- /dev/null +++ b/static/img/spirograph-white.svg @@ -0,0 +1,3 @@ + + + From c43f828ce9ab6489fcf980da65832e4804bf73c2 Mon Sep 17 00:00:00 2001 From: Ollie Gilbey Date: Mon, 23 Dec 2024 10:47:03 +0000 Subject: [PATCH 2/4] change wording --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 87ad5389a..367c41e35 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -508,10 +508,10 @@ const config = { { src: "https://widget.kapa.ai/kapa-widget.bundle.js", "data-website-id": "c64ef56e-ad38-4e7a-9c67-4089a1a69ac4", - "data-project-name": "Cosmos Stack", + "data-project-name": "Interchain Stack", "data-project-color": "#5064FB", "data-modal-disclaimer": - "This is a custom LLM for the Cosmos Stack with access to developer documentation and resources across the core Interchain components. Please note that answers are generated by an AI so please use your best judgement before implementing.", + "This is a custom LLM for the Interchain Stack with access to developer documentation and resources across the core Cosmos components. Please note that answers are generated by an AI so please use your best judgement before implementing.", "data-modal-image": "img/logo-sdk.svg", "data-project-logo": "img/spirograph-white.svg", "data-user-analytics-fingerprint-enabled": "true", From 8c4197b597e8f326541cd8593ec4db43845af349 Mon Sep 17 00:00:00 2001 From: Ollie Gilbey Date: Mon, 23 Dec 2024 11:01:54 +0000 Subject: [PATCH 3/4] change for squared .svg logo --- static/img/{spirograph-white.svg => spirograph_white.svg} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename static/img/{spirograph-white.svg => spirograph_white.svg} (99%) diff --git a/static/img/spirograph-white.svg b/static/img/spirograph_white.svg similarity index 99% rename from static/img/spirograph-white.svg rename to static/img/spirograph_white.svg index b61e9e44d..f49573032 100644 --- a/static/img/spirograph-white.svg +++ b/static/img/spirograph_white.svg @@ -1,3 +1,5 @@ - + From 03596f8b1b86f2ae84ca3ea1579448163d33ca9d Mon Sep 17 00:00:00 2001 From: Ollie Gilbey Date: Mon, 23 Dec 2024 11:04:41 +0000 Subject: [PATCH 4/4] fix .svg filename, looking good now --- static/img/{spirograph_white.svg => spirograph-white.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename static/img/{spirograph_white.svg => spirograph-white.svg} (100%) diff --git a/static/img/spirograph_white.svg b/static/img/spirograph-white.svg similarity index 100% rename from static/img/spirograph_white.svg rename to static/img/spirograph-white.svg