'M_PAGE_FINE_PRINT': ['[default]'],
'M_SEARCH_DISABLED': ['NO'],
'M_SEARCH_DOWNLOAD_BINARY': ['NO'],
- 'M_SEARCH_HELP': ['Search for symbols, headers, pages or example source files. You can omit any prefix from the symbol or file path.'],
+ 'M_SEARCH_HELP': [
+"""Search for symbols, directories, files, pages or modules. You can omit any
+prefix from the symbol or file path; adding a <code>:</code> or <code>/</code>
+suffix lists all members of given symbol or directory. Navigate through the
+list using <span class="m-label m-dim">↓</span> and
+<span class="m-label m-dim">↑</span>, press
+<span class="m-label m-dim">Enter</span> to go."""],
'M_SEARCH_EXTERNAL_URL': ['']
}
<input type="search" id="search-input" placeholder="Loading …" disabled="disabled" autofocus="autofocus" />
<noscript class="m-text m-danger m-text-center">Unlike everything else in the docs, the search functionality <em>requires</em> JavaScript.{% if M_SEARCH_EXTERNAL_URL %} Enable it or <a href="{{ M_SEARCH_EXTERNAL_URL|replace('{query}', '') }}">use an external search engine</a>.{% endif %}</noscript>
<div id="search-help" class="m-text m-dim m-text-center">
- {{ M_SEARCH_HELP }}
+ {{ M_SEARCH_HELP|indent(12) }}
</div>
<div id="search-notfound" class="m-text m-warning m-text-center">Sorry, nothing was found.{% if M_SEARCH_EXTERNAL_URL %}<br />Maybe try a full-text <a href="#" id="search-external" data-search-engine="{{ M_SEARCH_EXTERNAL_URL }}">search with external engine</a>?{% endif %}</div>
<ul id="search-results"></ul>
<input type="search" id="search-input" placeholder="Loading …" disabled="disabled" autofocus="autofocus" />
<noscript class="m-text m-danger m-text-center">Unlike everything else in the docs, the search functionality <em>requires</em> JavaScript.</noscript>
<div id="search-help" class="m-text m-dim m-text-center">
- Search for symbols, headers, pages or example source files. You can omit any prefix from the symbol or file path.
+ Search for symbols, directories, files, pages or modules. You can omit any
+ prefix from the symbol or file path; adding a <code>:</code> or <code>/</code>
+ suffix lists all members of given symbol or directory. Navigate through the
+ list using <span class="m-label m-dim">↓</span> and
+ <span class="m-label m-dim">↑</span>, press
+ <span class="m-label m-dim">Enter</span> to go.
</div>
<div id="search-notfound" class="m-text m-warning m-text-center">Sorry, nothing was found.</div>
<ul id="search-results"></ul>
M_LINKS_NAVBAR1 =
M_LINKS_NAVBAR2 =
M_SEARCH_DOWNLOAD_BINARY = YES
+M_SEARCH_HELP = "Halp."
<input type="search" id="search-input" placeholder="Loading …" disabled="disabled" autofocus="autofocus" />
<noscript class="m-text m-danger m-text-center">Unlike everything else in the docs, the search functionality <em>requires</em> JavaScript.</noscript>
<div id="search-help" class="m-text m-dim m-text-center">
- Search for symbols, headers, pages or example source files. You can omit any prefix from the symbol or file path.
+ Halp.
</div>
<div id="search-notfound" class="m-text m-warning m-text-center">Sorry, nothing was found.</div>
<ul id="search-results"></ul>
'M_SEARCH_DISABLED': False,
'M_SEARCH_DOWNLOAD_BINARY': False,
'M_SEARCH_EXTERNAL_URL': '',
- 'M_SEARCH_HELP': 'Search for symbols, headers, pages or example source files. '
- 'You can omit any prefix from the symbol or file path.',
+ 'M_SEARCH_HELP':
+"""Search for symbols, directories, files, pages or modules. You can omit any
+prefix from the symbol or file path; adding a <code>:</code> or <code>/</code>
+suffix lists all members of given symbol or directory. Navigate through the
+list using <span class="m-label m-dim">↓</span> and
+<span class="m-label m-dim">↑</span>, press
+<span class="m-label m-dim">Enter</span> to go.""",
'M_THEME_COLOR': '#22272e',
'OUTPUT_DIRECTORY': '',
'PROJECT_BRIEF': 'is cool',