Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenn77 committed Oct 15, 2023
1 parent d9244ef commit e4d146c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Supports all the language listed here https://github.com/MihaiValentin/lunr-lang
| `excludeTags` | `Array` | `[]` | Exclude certain tags from the search
| `highlightResult` | `Boolean` | `false` | Enable it to highlight the searched word in the result page. Used `mark.js` for highlighting. <br /> You can customize the highlight color using css <br /> ``` mark { background-color: red !important; color: green !important }``` |
| `disableVersioning` | `Boolean` | `false` | Docs versions are displayed by default. If you want to hide it, set this plugin option to `true` |
| `assetUrl` | `string` | `\` | Url from which the generated search doc files to be loaded, check [issue #122](https://github.com/praveenn77/docusaurus-lunr-search/issues/122)

## Indexing non-direct children headings of `.markdown`
By default, this library will only search for headings that are
Expand Down

0 comments on commit e4d146c

Please sign in to comment.