Skip to content
Snippets Groups Projects
Commit 7adea83c authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Fix search function

parent 0bd41c35
No related branches found
No related tags found
2 merge requests!1086Automated merge from preview to main,!1083Update software stack
...@@ -173,7 +173,6 @@ edit_uri: blob/preview/doc.zih.tu-dresden.de/docs/ ...@@ -173,7 +173,6 @@ edit_uri: blob/preview/doc.zih.tu-dresden.de/docs/
theme: theme:
# basetheme # basetheme
name: material name: material
# disable fonts being loaded from google fonts # disable fonts being loaded from google fonts
...@@ -221,7 +220,8 @@ markdown_extensions: ...@@ -221,7 +220,8 @@ markdown_extensions:
plugins: plugins:
- search - search:
separator: '[\s\-,:!=\[\]\(\)"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- markdown-caption - markdown-caption
# https://github.com/manuzhang/mkdocs-htmlproofer-plugin # https://github.com/manuzhang/mkdocs-htmlproofer-plugin
- htmlproofer: - htmlproofer:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment