Skip to content

Commit

Permalink
feat: add search function (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
LintaoAmons authored Jan 17, 2024
1 parent 4fb2e03 commit d8ba079
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ const config: Config = {
darkTheme: prismThemes.dracula,
additionalLanguages: ["lua", "toml", "diff", "bash", "powershell"],
},
algolia: {
appId: "MS4XF9Z1OE",
apiKey: "d88c4dc9a8ebab02a753d7d950c61246",
indexName: "yazi-rsio",
contextualSearch: true,
},
} satisfies Preset.ThemeConfig,

markdown: {
Expand Down

0 comments on commit d8ba079

Please sign in to comment.