reduce size of generated HTML files by moving the popup helper code to the JS
This commit is contained in:
parent
1d2808341a
commit
91ef9600db
2 changed files with 47 additions and 55 deletions
|
@ -106,61 +106,6 @@ pub fn render<T: Print, S: Print>(
|
|||
<section id=\"main\" class=\"content\">{content}</section>\
|
||||
<section id=\"search\" class=\"content hidden\"></section>\
|
||||
<section class=\"footer\"></section>\
|
||||
<aside id=\"help\" class=\"hidden\">\
|
||||
<div>\
|
||||
<h1 class=\"hidden\">Help</h1>\
|
||||
<div class=\"shortcuts\">\
|
||||
<h2>Keyboard Shortcuts</h2>\
|
||||
<dl>\
|
||||
<dt><kbd>?</kbd></dt>\
|
||||
<dd>Show this help dialog</dd>\
|
||||
<dt><kbd>S</kbd></dt>\
|
||||
<dd>Focus the search field</dd>\
|
||||
<dt><kbd>↑</kbd></dt>\
|
||||
<dd>Move up in search results</dd>\
|
||||
<dt><kbd>↓</kbd></dt>\
|
||||
<dd>Move down in search results</dd>\
|
||||
<dt><kbd>↹</kbd></dt>\
|
||||
<dd>Switch tab</dd>\
|
||||
<dt><kbd>⏎</kbd></dt>\
|
||||
<dd>Go to active search result</dd>\
|
||||
<dt><kbd>+</kbd></dt>\
|
||||
<dd>Expand all sections</dd>\
|
||||
<dt><kbd>-</kbd></dt>\
|
||||
<dd>Collapse all sections</dd>\
|
||||
</dl>\
|
||||
</div>\
|
||||
<div class=\"infos\">\
|
||||
<h2>Search Tricks</h2>\
|
||||
<p>\
|
||||
Prefix searches with a type followed by a colon (e.g., \
|
||||
<code>fn:</code>) to restrict the search to a given type.\
|
||||
</p>\
|
||||
<p>\
|
||||
Accepted types are: <code>fn</code>, <code>mod</code>, \
|
||||
<code>struct</code>, <code>enum</code>, \
|
||||
<code>trait</code>, <code>type</code>, <code>macro</code>, \
|
||||
and <code>const</code>.\
|
||||
</p>\
|
||||
<p>\
|
||||
Search functions by type signature (e.g., \
|
||||
<code>vec -> usize</code> or <code>* -> vec</code>)\
|
||||
</p>\
|
||||
<p>\
|
||||
Search multiple things at once by splitting your query with comma (e.g., \
|
||||
<code>str,u8</code> or <code>String,struct:Vec,test</code>)\
|
||||
</p>\
|
||||
<p>\
|
||||
You can look for items with an exact name by putting double quotes around \
|
||||
your request: <code>\"string\"</code>\
|
||||
</p>\
|
||||
<p>\
|
||||
Look for items inside another one by searching for a path: \
|
||||
<code>vec::Vec</code>\
|
||||
</p>\
|
||||
</div>\
|
||||
</div>\
|
||||
</aside>\
|
||||
{after_content}\
|
||||
<script>\
|
||||
window.rootPath = \"{root_path}\";\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue