From b79c16260774c3e52c36a560eaa7e46ae2ad9779 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 19 Apr 2014 12:35:18 -0400 Subject: [PATCH] Tweak help page --- assets/javascripts/templates/pages/help_tmpl.coffee | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/javascripts/templates/pages/help_tmpl.coffee b/assets/javascripts/templates/pages/help_tmpl.coffee index a09327fb..ee3bac15 100644 --- a/assets/javascripts/templates/pages/help_tmpl.coffee +++ b/assets/javascripts/templates/pages/help_tmpl.coffee @@ -14,9 +14,9 @@ app.templates.helpPage = """ The search is case-insensitive, ignores spaces, and supports fuzzy matching (for queries longer than two characters). For example, searching bgcp brings up background-clip.
-
- You can scope the search to a specific documentation by typing its name (or an abbreviation), + You can scope the search to a single documentation by typing its name (or an abbreviation), and pressing Tab (Space on mobile devices). For example, to search the JavaScript documentation, enter javascript or js, then Tab.
@@ -25,11 +25,11 @@ app.templates.helpPage = """
The search field can be prefilled from the URL by visiting devdocs.io/#q=keyword. Characters after #q= will be used as search string.
- To search a specific documentation, add its name and a space before the keyword: + To search a single documentation, add its name and a space before the keyword: devdocs.io/#q=js date.
- DevDocs supports OpenSearch, meaning it can easily be installed as a search engine on most web browsers. + DevDocs supports OpenSearch, meaning that it can easily be installed as a search engine on most web browsers.
  • On Chrome, the setup is done automatically. Simply press Tab when devdocs.io is autocompleted in the omnibox (to set a custom keyword, click Manage search engines\u2026 in Chrome's settings). @@ -94,5 +94,5 @@ app.templates.helpPage = """
    Show this page

- Tip: If the cursor is no longer in the search field, just press backspace or + Tip: If the cursor is no longer in the search field, press backspace or continue to type and it will refocus the search field and start showing new results. """