Skip to content

Commit

Permalink
Merge pull request #362 from okp4/feat/link-okp4-gpt
Browse files Browse the repository at this point in the history
feat: add GPT link in top bar
  • Loading branch information
MdechampG authored Dec 18, 2023
2 parents 657c7b4 + 2687a9f commit 1663772
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
7 changes: 7 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
]
}

Expand Down

0 comments on commit 1663772

Please sign in to comment.