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' + } ] }