Skip to content

Commit

Permalink
feat: Search using docusaurus-lunr-search
Browse files Browse the repository at this point in the history
  • Loading branch information
amithm7 committed Apr 19, 2021
1 parent ea32446 commit 1912973
Show file tree
Hide file tree
Showing 8 changed files with 1,518 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 @@ -9,6 +9,9 @@ module.exports = {
favicon: 'img/favicon.ico',
organizationName: 'celzero', // Usually your GitHub org/user name.
projectName: 'docs', // Usually your repo name.
plugins: [
require.resolve('docusaurus-lunr-search'),
],
themeConfig: {
navbar: {
title: 'Docs',
Expand Down

0 comments on commit 1912973

Please sign in to comment.