We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a761b commit bcaa9eeCopy full SHA for bcaa9ee
1 file changed
mkdocs.yml
@@ -87,9 +87,9 @@ theme:
87
- content.tooltips
88
- content.code.copy
89
- content.code.annotate
90
- # - search.suggest
91
- # - search.highlight
92
- # - search.share
+ - search.suggest
+ - search.highlight
+ - search.share
93
- announce.dismiss
94
extra:
95
generator: false
@@ -201,9 +201,9 @@ plugins:
201
- media: "(prefers-color-scheme: dark)"
202
toggle:
203
name: Dark Mode
204
- # - search:
205
- # # lang: en
206
- # separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
+ - search:
+ # lang: en
+ separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
207
- tags
208
- termynal
209
# - minify:
0 commit comments