Move to custom search plugin by borrowing from Mkdocs and existing plugins
This commit is contained in:
parent
2c2a0a72f1
commit
99c0b949f7
31 changed files with 12915 additions and 9 deletions
13
docs/search/searchbox.html
Normal file
13
docs/search/searchbox.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!--
|
||||
Search plugin
|
||||
-->
|
||||
|
||||
|
||||
<form id="content_search" class="search" action="search.html">
|
||||
<span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
|
||||
<input name="q" id="mkdocs-search-query" type="text" class="search_input search-query ui-autocomplete-input" placeholder="Search the Docs" autocomplete="off" autofocus title="Type search term here">
|
||||
</form>
|
||||
|
||||
<div id="mkdocs-search-results" class="search results">
|
||||
Searching...
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue