Skip to content

Commit

Permalink
temp removed search
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHoegh committed Aug 12, 2024
1 parent 9e99d6c commit 3572616
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
algolia: {
// The application ID provided by Algolia
appId: 'B59KS6JY8P',
// algolia: {
// // The application ID provided by Algolia
// appId: 'B59KS6JY8P',

// Public API key: it is safe to commit it
apiKey: 'b878c55047a3baf1724d36e0a5c58c52',
// // Public API key: it is safe to commit it
// apiKey: 'b878c55047a3baf1724d36e0a5c58c52',

indexName: 'ParsedownExtended',
// indexName: 'ParsedownExtended',

// Optional: see doc section below
contextualSearch: true,
},
// // Optional: see doc section below
// contextualSearch: true,
// },
} satisfies Preset.ThemeConfig,
};

Expand Down

0 comments on commit 3572616

Please sign in to comment.