Skip to content

Commit

Permalink
chore: bump @cookbookdev/docsbot (Ask Cookbook) to 4.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ClockRide committed Jun 8, 2024
1 parent f6192f4 commit 37a16e8
Show file tree
Hide file tree
Showing 3 changed files with 1,329 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@aldridged/docusaurus-plugin-lunr": "^1.0.0-alpha.10",
"@cmfcmf/docusaurus-search-local": "^0.11.0",
"@cookbookdev/docsbot": "^4.5.0",
"@cookbookdev/docsbot": "^4.17.9",
"@cookbookdev/docusaurus-jsx-runtime-fallback-plugin": "^1.0.1",
"@docusaurus/core": "^2.3.1",
"@docusaurus/plugin-client-redirects": "^2.3.1",
Expand Down
4 changes: 3 additions & 1 deletion src/theme/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export default function Navbar() {
return (
<NavbarLayout>
<NavbarContent />
<AskCookbook apiKey="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NWMxOGM1MzA1MjA1MDZmZmEwMDhjMmUiLCJpYXQiOjE3MDcxODMxODcsImV4cCI6MjAyMjc1OTE4N30.diwQUey2v9RLd7MWuzI4Uw4ayhLKaditIfa062Sc2YQ" />
<AskCookbook
apiKey="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NjVmNGMyZGYyOTM1YTdkOTZhZTlkNWQiLCJpYXQiOjE3MTc1MjMwOTksImV4cCI6MjAzMzA5OTA5OX0.vnNZbSwrGZbt1EISu8zhzHjRLHa_sqoSLefydF1XgP4"
/>
</NavbarLayout>
);
}
Loading

0 comments on commit 37a16e8

Please sign in to comment.