From a0b79595660f594bd84003d6ab07535f4b4d8fc4 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 19 Apr 2014 11:37:45 -0400 Subject: [PATCH] Tweak intro message --- assets/javascripts/templates/pages/root_tmpl.coffee.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb index 9f4f9d11..8778e833 100644 --- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb @@ -11,7 +11,7 @@ app.templates.intro = """

Hi there!

Thanks for downloading DevDocs. Here are a few things you should know:

    -
  1. Your local version of DevDocs will not self-update. Unless you're offline or modifying the code, +
  2. Your local version of DevDocs won't self-update. Unless you're offline or modifying the code, I recommend using the hosted version at devdocs.io.
  3. Run thor docs:list to see all available documentations.
  4. Run thor docs:download --all to download/update all documentations. @@ -36,7 +36,7 @@ app.templates.intro = """

    DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Here's what you should know before you start:

      -
    1. To pick your docs, click Select documentation in the bottom left corner +
    2. To enable more docs, click Select documentation in the bottom left corner
    3. You don't have to use your mouse — see the list of keyboard shortcuts
    4. The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip")
    5. To search a specific documentation, type its name (or an abbreviation), then Tab