Skip to content

Commit

Permalink
Added DocSearch credentials (#555)
Browse files Browse the repository at this point in the history
* Added DocSearch credentials

* disabled algolia contextual search
  • Loading branch information
marklundin authored Feb 2, 2024
1 parent 66b01d9 commit 5104de7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
algolia: {
appId: '69QRBNV3NH',
apiKey: '1a45aa069915da9c841ad1a9c225e815',
indexName: 'developer-playcanvas',
contextualSearch: false,
},
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
Expand Down

0 comments on commit 5104de7

Please sign in to comment.