diff --git a/README.md b/README.md index 33b782b8..6e1945ac 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ DevDocs combines multiple API documentations in a fast, organized, and searchable interface. * Created by [Thibaut Courouble](http://thibaut.me) -* Supported by [JetBrains](http://out.devdocs.io/s/jetbrains) and [Code School](http://out.devdocs.io/s/code-school) Keep track of development and community news: diff --git a/assets/images/code-school-bw.png b/assets/images/code-school-bw.png deleted file mode 100644 index ad9179ac..00000000 Binary files a/assets/images/code-school-bw.png and /dev/null differ diff --git a/assets/images/code-school-bw@2x.png b/assets/images/code-school-bw@2x.png deleted file mode 100644 index 5d4210a4..00000000 Binary files a/assets/images/code-school-bw@2x.png and /dev/null differ diff --git a/assets/images/code-school.png b/assets/images/code-school.png deleted file mode 100644 index 4b059916..00000000 Binary files a/assets/images/code-school.png and /dev/null differ diff --git a/assets/images/code-school@2x.png b/assets/images/code-school@2x.png deleted file mode 100644 index 125894e8..00000000 Binary files a/assets/images/code-school@2x.png and /dev/null differ diff --git a/assets/images/icons.png b/assets/images/icons.png index 4622399c..fa4b94f9 100644 Binary files a/assets/images/icons.png and b/assets/images/icons.png differ diff --git a/assets/images/icons@2x.png b/assets/images/icons@2x.png index edf961c0..45385ad2 100644 Binary files a/assets/images/icons@2x.png and b/assets/images/icons@2x.png differ diff --git a/assets/images/jetbrains-bw.png b/assets/images/jetbrains-bw.png deleted file mode 100644 index 1135f004..00000000 Binary files a/assets/images/jetbrains-bw.png and /dev/null differ diff --git a/assets/images/jetbrains-bw@2x.png b/assets/images/jetbrains-bw@2x.png deleted file mode 100644 index a5d8c217..00000000 Binary files a/assets/images/jetbrains-bw@2x.png and /dev/null differ diff --git a/assets/images/jetbrains.png b/assets/images/jetbrains.png deleted file mode 100644 index 24122498..00000000 Binary files a/assets/images/jetbrains.png and /dev/null differ diff --git a/assets/images/jetbrains@2x.png b/assets/images/jetbrains@2x.png deleted file mode 100644 index f24aa1e2..00000000 Binary files a/assets/images/jetbrains@2x.png and /dev/null differ diff --git a/assets/javascripts/app/app.coffee b/assets/javascripts/app/app.coffee index fd5c57a3..96732ecc 100644 --- a/assets/javascripts/app/app.coffee +++ b/assets/javascripts/app/app.coffee @@ -116,7 +116,6 @@ visitCount = @settings.get('count') @settings.set 'count', ++visitCount new app.views.Notif 'Share', autoHide: null if visitCount is 5 - new app.views.Notif 'Thanks', autoHide: null if visitCount is 10 new app.views.News() @updateChecker = new app.UpdateChecker() diff --git a/assets/javascripts/news.json b/assets/javascripts/news.json index c2959755..770a47a7 100644 --- a/assets/javascripts/news.json +++ b/assets/javascripts/news.json @@ -1,5 +1,8 @@ [ [ + "2015-11-08", + "New documentations: Elixir and Vagrant" + ], [ "2015-10-18", "Added a \"Copy to clipboard\" button inside each code block." ], [ diff --git a/assets/javascripts/templates/notif_tmpl.coffee b/assets/javascripts/templates/notif_tmpl.coffee index 6b428f99..767947a2 100644 --- a/assets/javascripts/templates/notif_tmpl.coffee +++ b/assets/javascripts/templates/notif_tmpl.coffee @@ -32,15 +32,6 @@ app.templates.notifShare = -> Twitter, Facebook, Reddit, etc.
Thanks :) """ -app.templates.notifThanks = -> - textNotif """ Hi there! """, - """

Like DevDocs? Check out these awesome companies who are making it possible: -

-

Have a great day :) """ - app.templates.notifUpdateDocs = -> textNotif """ Documentation updates available. """, """ Install them as soon as possible to avoid broken pages. """ diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index c1242600..5447df0e 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -13,7 +13,6 @@ app.templates.aboutPage = -> """

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

@@ -31,7 +30,7 @@ app.templates.aboutPage = -> """

Special thanks to: