Skip to content

Commit

Permalink
discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Aug 8, 2024
1 parent ed75406 commit 719f0ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ const config = {
position: 'right',
},
{
href: 'https://www.nillhub.com',
label: 'Forum',
href: 'https://github.com/orgs/NillionNetwork/discussions',
label: 'Discussions',
position: 'right',
},
],
},
footer: {
copyright: `Copyright © ${new Date().getFullYear()} Nillion`,
},
// footer: {
// copyright: `Copyright © ${new Date().getFullYear()} Nillion`,
// },
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
Expand Down
2 changes: 1 addition & 1 deletion src/theme/SearchBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import SearchBar from '@theme-original/SearchBar';
import AskCookbook from '@cookbookdev/docsbot/react'
import BrowserOnly from '@docusaurus/BrowserOnly';

/** It's a public API key, so it's safe to expose it here */
/** Nillion's public cookbook API key - safe to show here */
const COOKBOOK_PUBLIC_API_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NmIzZTA0NjU1N2UxOGI0Yjk2MTA3NjUiLCJpYXQiOjE3MjMwNjQzOTAsImV4cCI6MjAzODY0MDM5MH0.Xf2HZssthHYmIOZKLPuOtNo2tw1H6VSwbOi_76vXNIU";

export default function SearchBarWrapper(props) {
Expand Down

0 comments on commit 719f0ca

Please sign in to comment.