You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentations can be enabled and disabled in the <a href="/settings">Preferences</a>.
28
+
Alternatively, you can enable a documentation by searching for it in the main search
29
+
and clicking the "Enable" link in the results.
30
+
For faster and better search, only enable the documentations you plan on actively using.
31
+
<p>
32
+
Once a documentation is enabled, it becomes part of the search and its content can be downloaded for offline access — and faster page loads when online — in the <a href="/offline">Offline</a> area.
and aliases (<a href="#aliases">full list</a> below).
38
+
as well as aliases (full list <a href="#aliases">below</a>).
21
39
<dl>
22
40
<dt id="doc_search">Searching a single documentation
23
41
<dd>
24
-
You can scope the search to a single documentation by typing its name (or an abbreviation)
25
-
and pressing <code class="_label">Tab</code> (<code class="_label">Space</code>on mobile devices).
42
+
The search can be scoped to a single documentation by typing its name (or an abbreviation)
43
+
and pressing <code class="_label">tab</code> (<code class="_label">space</code> on mobile).
26
44
For example, to search the JavaScript documentation, enter <code class="_label">javascript</code>
27
-
or <code class="_label">js</code>, then <code class="_label">Tab</code>.<br>
28
-
To clear the current scope, empty the search field and hit <code class="_label">Backspace</code>.
45
+
or <code class="_label">js</code>, then <code class="_label">tab</code>.<br>
46
+
To clear the current scope, empty the search field and hit <code class="_label">backspace</code> or
47
+
<code class="_label">esc</code>.
29
48
<dt id="url_search">Prefilling the search field
30
49
<dd>
31
-
The search field can be prefilled from the URL by visiting <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23q%3Dkeyword" target="_top">devdocs.io/#q=keyword</a>.
50
+
The search can be prefilled from the URL by visiting <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23q%3Dkeyword" target="_top">devdocs.io/#q=keyword</a>.
32
51
Characters after <code class="_label">#q=</code> will be used as search query.<br>
33
-
To search a single documentation, add its name and a space before the keyword:
52
+
To search a single documentation, add its name (or an abbreviation) and a space before the keyword:
0 commit comments