From 2687a9f281818827572cf9f2ce8937ff81f018e7 Mon Sep 17 00:00:00 2001 From: Marine DECHAMP-GUILLAUME <92780073+MdechampG@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:45:53 +0100 Subject: [PATCH] feat: add GPT link in top bar --- docusaurus.config.js | 5 +++++ sidebars.js | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 389c824b8af..d2a9c117acd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -104,6 +104,11 @@ async function createconfig() { label: 'FAQ', activeBasePath: '/faq' }, + { + href: 'https://chat.openai.com/g/g-zUzcYmVbX-okp4-druid-oracle-beta', + position: 'left', + label: 'OKP4 GPT', + }, { type: 'docsVersionDropdown', position: 'right', diff --git a/sidebars.js b/sidebars.js index 1369f5d9fe4..de0eec112dc 100644 --- a/sidebars.js +++ b/sidebars.js @@ -98,6 +98,13 @@ const sidebars = { id: 'faq/faq', label: 'FAQ' } + ], + gpt: [ + { + type: 'link', + href: 'https://chat.openai.com/g/g-zUzcYmVbX-okp4-druid-oracle-beta', + label: 'OKP4 GPT' + } ] }