Skip to content

Commit 2de24f8

Browse files
authored
Add Docsearch facet attribute for search feature (#1272)
We're exploring the possibility of adding a global search feature (including docs, blog, etc.) on the main min.io website. As part of this, we are adding a higher-level facet to filter results based on the given site. This is for experimental purposes. If it doesn't work as expected, we will send a PR in the future to remove this meta attribute. Part of miniohq/min.io#2136
1 parent bda0b09 commit 2de24f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/_templates/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Algolia meta attrs -->
2+
<meta name="docsearch:site" content="docs"/>
23
<meta name="docsearch:platform" content="{{ doc_platform }}"/>
34
<meta name="docsearch:version" content="{{ doc_platform }}"/>
45
<meta name="pagename" content="{{ pagename }}"/>

0 commit comments

Comments
 (0)