Skip to content

Commit

Permalink
docs: enable search feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kurokobo committed Feb 19, 2024
1 parent fc11db4 commit 4dd2e53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ theme:
- navigation.indexes
- navigation.tracking
- toc.integrate
- search.highlight
- search.share
- search.suggest
palette:
- media: "(prefers-color-scheme: light)"
primary: teal
Expand Down Expand Up @@ -92,7 +95,8 @@ exclude_docs:
plugins:
- autorefs
- markdown-exec
- search
- material/search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- mkdocstrings:
handlers:
python:
Expand Down

0 comments on commit 4dd2e53

Please sign in to comment.