Skip to content

Commit

Permalink
Revert "try algolia again"
Browse files Browse the repository at this point in the history
This reverts commit 57c89ca.
  • Loading branch information
caesay committed Mar 7, 2024
1 parent 18a5f34 commit 5235ac6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 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,12 +66,6 @@ const config: Config = {
colorMode: {
respectPrefersColorScheme: true,
},
algolia: {
appId: 'M6O3MUL164',
apiKey: '4ebd4874db5bb04ec53fe25db4cf9825',
indexName: 'velopack',
contextualSearch: true,
},
navbar: {
// title: 'Velopack',
hideOnScroll: false,
Expand Down

0 comments on commit 5235ac6

Please sign in to comment.