Skip to content

Commit

Permalink
try algolia again
Browse files Browse the repository at this point in the history
This reverts commit 0181d75.
  • Loading branch information
caesay committed Mar 7, 2024
1 parent cc95dd7 commit 57c89ca
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ const config: Config = {
markdown: {
format: 'detect'
},
plugins: [[require.resolve('docusaurus-lunr-search'), {
indexBaseUrl: true,
disableVersioning: true,
excludeRoutes: ['**/reference/**'],
}]],
// plugins: [[require.resolve('docusaurus-lunr-search'), {
// indexBaseUrl: true,
// disableVersioning: true,
// excludeRoutes: ['**/reference/**'],
// }]],
presets: [
[
'classic',
Expand Down Expand Up @@ -66,6 +66,12 @@ const config: Config = {
colorMode: {
respectPrefersColorScheme: true,
},
algolia: {
appId: 'M6O3MUL164',
apiKey: '735ff2128caf662b3adf8ddbfa6b2596',
indexName: 'velopack',
contextualSearch: true,
},
navbar: {
// title: 'Velopack',
hideOnScroll: false,
Expand Down

0 comments on commit 57c89ca

Please sign in to comment.