You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/javascripts/templates/notif_tmpl.coffee
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@ app.templates.notifThanks = ->
36
36
textNotif""" Hi there! """,
37
37
""" <p class="_notif-text">Like DevDocs? Check out these awesome companies who are making it possible:
38
38
<ul class="_notif-list">
39
-
<li><a href="http://out.devdocs.io/s/jetbrains" target="_blank">JetBrains</a> — We make software development a more productive and enjoyable experience through smart IDEs and code editors.
40
39
<li><a href="http://out.devdocs.io/s/code-school" target="_blank">Code School</a> — Learn new skills from the comfort of your own browser. Offering more than 45 courses covering JavaScript, HTML/CSS, Ruby, Git, and iOS for only $29/month.
<p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
14
14
<ul>
15
15
<li>Created and maintained by <a href="http://thibaut.me">Thibaut Courouble</a>
16
-
<li>Supported by <a href="proxy.php?url=http%3A%2F%2Fout.devdocs.io%2Fs%2Fjetbrains">JetBrains</a> and <a href="proxy.php?url=http%3A%2F%2Fout.devdocs.io%2Fs%2Fcode-school">Code School</a>
16
+
<li>Sponsored by <a href="proxy.php?url=http%3A%2F%2Fout.devdocs.io%2Fs%2Fcode-school">Code School</a>
17
17
<li>Free and <a href="https://github.com/Thibaut/devdocs">open source</a>
<li><a href="http://out.devdocs.io/s/maxcdn">MaxCDN</a> and <a href="http://get.gaug.es/?utm_source=devdocs&utm_medium=referral&utm_campaign=sponsorships" title="Real Time Web Analytics">Gauges</a> for offering a free account to DevDocs
34
-
<li><a href="proxy.php?url=http%3A%2F%2Fout.devdocs.io%2Fs%2Fshopify">Shopify</a> for supporting DevDocs in the past
34
+
<li><a href="proxy.php?url=http%3A%2F%2Fout.devdocs.io%2Fs%2F%3Cspan+class%3D"x x-first x-last">maxcdn">MaxCDN</a>, <a href="proxy.php?url=http%3A%2F%2Fout.devdocs.io%2Fs%2F%3C%2Fspan%3Eshopify">Shopify</a> and <a href="proxy.php?url=http%3A%2F%2Fout.devdocs.io%2Fs%2Fjetbrains">JetBrains</a> for sponsoring DevDocs in the past
35
35
<li><a href="https://www.heroku.com">Heroku</a> and <a href="http://newrelic.com">New Relic</a> for providing awesome free service
36
36
<li>Daniel Bruce for the <a href="http://www.entypo.com">Entypo</a> pictograms
37
37
<li><a href="http://www.jeremykratz.com/">Jeremy Kratz</a> for the C/C++ logo
ruby: 'Developing in Ruby? Boost your productivity with RubyMine, a powerful IDE with smart coding assistance and advanced testing and debugging features.'
14
-
python: 'Developing in Python? Enjoy productive development with PyCharm, an intelligent Python IDE offering unique coding experience.'
15
-
c: 'Developing in C? Now benefit from CLion, a C/C++ IDE enhancing your productivity with on-thy-fly static analysis and automated refactorings.'
16
-
web: 'Doing client-side development? Try WebStorm, an IDE that really understands JavaScript and modern frameworks like AngularJS and boosts your productivity.'
17
-
default: 'JetBrains makes software development a more productive and enjoyable experience through smart IDEs and code editors.'
18
-
19
-
jetBrainsType = ->
20
-
docs = if app.settings then app.settings.getDocs() else []
21
-
22
-
if docs.indexOf('ruby') != -1
23
-
'ruby'
24
-
else if docs.indexOf('python') != -1 || docs.indexOf('python2') != -1
25
-
'python'
26
-
else if docs.indexOf('c') != -1 or docs.indexOf('cpp') != -1
27
-
'c'
28
-
else if docs.indexOf('javascript') != -1 or docs.indexOf('jquery') != -1
0 commit comments