From dfdd4f373ef42a927c97b0da4d5612893d7b0232 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 22 Feb 2015 17:00:50 -0500 Subject: [PATCH] Tweak About and Tips page --- assets/javascripts/templates/pages/about_tmpl.coffee | 6 +++--- assets/javascripts/templates/pages/help_tmpl.coffee | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 9ed4f9e0..8a7a883e 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -13,8 +13,8 @@ app.templates.aboutPage = -> """

DevDocs combines multiple API documentations in a fast, organized, and searchable interface.

@@ -24,7 +24,7 @@ app.templates.aboutPage = -> """
  • Follow @DevDocs on Twitter
  • Join the mailing list -

    If you like DevDocs, please consider funding the project on +

    If you like DevDocs, please consider supporting my work on Gratipay. Thanks!

    Credits

    diff --git a/assets/javascripts/templates/pages/help_tmpl.coffee b/assets/javascripts/templates/pages/help_tmpl.coffee index 3b76d7fe..fa6a5181 100644 --- a/assets/javascripts/templates/pages/help_tmpl.coffee +++ b/assets/javascripts/templates/pages/help_tmpl.coffee @@ -12,7 +12,7 @@ app.templates.helpPage = """

    - The search is case-insensitive, ignores spaces, and supports fuzzy matching (for queries longer than two characters). + The search is case-insensitive and supports fuzzy matching (for queries longer than two characters). For example, searching bgcp brings up background-clip.

    - DevDocs supports OpenSearch, meaning that it can easily be installed as a search engine on most web browsers. + DevDocs supports OpenSearch, meaning 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).