Skip to content

Commit

Permalink
Added a search bar to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
manjilasingh committed Jun 11, 2024
1 parent 228bb51 commit 790a35d
Show file tree
Hide file tree
Showing 3 changed files with 793 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ const config = {
// numberShown: 5,
// language: "en",
// },
plugins: [[ require.resolve('docusaurus-lunr-search'), {
languages: ['en'] // language codes
}]],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
Expand Down
Loading

0 comments on commit 790a35d

Please sign in to comment.