Skip to content

Commit

Permalink
Merge pull request #24 from FriendlyCaptcha/local-search
Browse files Browse the repository at this point in the history
Add local search
  • Loading branch information
merlinfuchs authored Nov 6, 2024
2 parents 42904e1 + 7a71958 commit e1d5c73
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ const config = {
],
],

themes: [
[
require.resolve("@easyops-cn/docusaurus-search-local"),
/** @type {import("@easyops-cn/docusaurus-search-local").PluginOptions} */
{
hashed: true,
indexPages: true,
},
],
],

presets: [
[
"classic",
Expand Down
Loading

0 comments on commit e1d5c73

Please sign in to comment.