1
0
mirror of https://github.com/minio/docs.git synced 2025-08-09 13:02:53 +03:00

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 https://github.com/miniohq/min.io/issues/2136
This commit is contained in:
Rushan
2024-07-17 22:53:08 +05:30
committed by GitHub
parent bda0b09ee4
commit 2de24f8c1e

View File

@@ -1,4 +1,5 @@
<!-- Algolia meta attrs -->
<meta name="docsearch:site" content="docs"/>
<meta name="docsearch:platform" content="{{ doc_platform }}"/>
<meta name="docsearch:version" content="{{ doc_platform }}"/>
<meta name="pagename" content="{{ pagename }}"/>