autodoc: Add / as an alternative search key

Per Discord discussion. Motivation: `/` is now the de facto standard for initating search on webpages.
This commit is contained in:
cryptocode
2023-04-29 20:48:18 +02:00
parent 13aaa16ab2
commit 5d20a4e35c
2 changed files with 2 additions and 1 deletions

View File

@@ -758,7 +758,7 @@
<div class="wrap">
<section class="docs" style="padding-top: 1.5rem; padding-bottom:0;">
<div style="position: relative">
<span id="searchPlaceholder"><kbd>s</kbd> to search, <kbd>?</kbd> for more options</span>
<span id="searchPlaceholder"><kbd>/</kbd> or <kbd>s</kbd> to search, <kbd>?</kbd> for more options</span>
<input type="search" class="search" id="search" autocomplete="off" spellcheck="false" disabled>
</div>
</section>