Skip to content

Commit

Permalink
Add regex for search configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
PasanT9 committed Nov 18, 2024
1 parent 5f83d48 commit 1c76f07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,12 @@ markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- search:
indexing: "full"
separator: "[^\\w._-]+"
lang: ['en']
prebuild_index: true
ngram_length: 3
- markdownextradata: {}
- exclude:
glob:
Expand Down

0 comments on commit 1c76f07

Please sign in to comment.