Skip to content

Commit

Permalink
Add Algolia search to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslcarter committed Mar 10, 2024
1 parent c8efad3 commit b72c934
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const config = {
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Docs',
},
},
{to: 'videos', label: 'Videos', position: 'left'},
{
href: 'https://github.com/natenho/mockaco',
Expand Down Expand Up @@ -104,6 +104,14 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
algolia: {
appId: 'XIH8B6F8KL',
apiKey: 'cc22bf63eb102dea42451bc77e907dae',
indexName: 'mockaco',
contextualSearch: true,
searchParameters: {},
searchPagePath: 'search',
},
}),
};

Expand Down

0 comments on commit b72c934

Please sign in to comment.