From 7fa7c8fc3c7a8cebe62ef13b020f3b8681850423 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 18 Jan 2014 16:36:26 -0500 Subject: [PATCH] Add links to Firefox app --- assets/javascripts/templates/pages/about_tmpl.coffee | 1 + assets/javascripts/templates/pages/news_tmpl.coffee | 5 ++++- assets/javascripts/templates/pages/root_tmpl.coffee.erb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 134ab010..14be4541 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -66,6 +66,7 @@ app.templates.aboutPage = -> """

Plugins and Extensions

diff --git a/assets/javascripts/templates/pages/news_tmpl.coffee b/assets/javascripts/templates/pages/news_tmpl.coffee index 9651ade4..f1a0c47c 100644 --- a/assets/javascripts/templates/pages/news_tmpl.coffee +++ b/assets/javascripts/templates/pages/news_tmpl.coffee @@ -24,7 +24,10 @@ newsItem = (date, news) -> result app.news = [ - [ 1389484800000, # January 12, 2013 + [ 1390003200000, # January 18, 2013 + """ DevDocs is now available as a Firefox web app (currently requires Aurora). """, + ], [ + 1389484800000, # January 12, 2013 """ Added Alt + g shortcut for searching on Google. """, """ Added Alt + r shortcut for revealing the current page in the sidebar. """ ], [ diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb index 2d28b07d..d9573c78 100644 --- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb @@ -39,7 +39,7 @@ app.templates.intro = """
  • The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip")
  • To search a specific documentation, type its name (or an abbreviation), then Tab
  • You can search using your browser's address bar — learn how -
  • DevDocs works on mobile and is available as a Chrome web app +
  • DevDocs works on mobile and can be installed on Chrome and Firefox.
  • For the latest news, subscribe to the newsletter or follow @DevDocs
  • DevDocs is free and open source