docs: add search

Change-Id: I6a6a696466e424483a89be23b4f91ec98abb7630
This commit is contained in:
puck 2025-07-03 18:57:48 +00:00
parent 30814de5e4
commit 6f97bf05d2
5 changed files with 124 additions and 0 deletions

View file

@ -5,6 +5,9 @@
{{/with}}
{{> breadcrumbs}}
{{> page-versions}}
{{#if env.SITE_SEARCH_PROVIDER}}
<input id="search-input" type="text" placeholder="Search the docs">
{{/if}}
</div>