We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c06e1 commit 781f5cdCopy full SHA for 781f5cd
1 file changed
docs/user-guide/mkdocs.yml
@@ -19,6 +19,8 @@ theme:
19
- navigation.instant.progress
20
- navigation.sections
21
- navigation.top
22
+ - search.suggest
23
+ - search.highlight
24
25
palette:
26
# Palette toggle for automatic mode
@@ -52,6 +54,9 @@ nav:
52
54
- Configuration Files: configuration-files.md
53
55
- License: license.md
56
57
+plugins:
58
+ - search
59
+
60
markdown_extensions:
61
- admonition
62
0 commit comments