<li><ahref="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="RealTimeWebAnalytics">Gauges</a> for offering a free account to DevDocs
<li><ahref="http://out.devdocs.io/s/maxcdn">MaxCDN</a>, <a href="http://out.devdocs.io/s/shopify">Shopify</a> and <a href="http://out.devdocs.io/s/jetbrains">JetBrains</a> for sponsoring DevDocs in the past
<li><ahref="https://www.heroku.com">Heroku</a> and <a href="http://newrelic.com">New Relic</a> for providing awesome free service
ruby: 'Developing in Ruby? Boost your productivity with RubyMine, a powerful IDE with smart coding assistance and advanced testing and debugging features.'
python: 'Developing in Python? Enjoy productive development with PyCharm, an intelligent Python IDE offering unique coding experience.'
c: 'Developing in C? Now benefit from CLion, a C/C++ IDE enhancing your productivity with on-thy-fly static analysis and automated refactorings.'
web: 'Doing client-side development? Try WebStorm, an IDE that really understands JavaScript and modern frameworks like AngularJS and boosts your productivity.'
default: 'JetBrains makes software development a more productive and enjoyable experience through smart IDEs and code editors.'
jetBrainsType = ->
docs = if app.settings then app.settings.getDocs() else []
if docs.indexOf('ruby') != -1
'ruby'
else if docs.indexOf('python') != -1 || docs.indexOf('python2') != -1
'python'
else if docs.indexOf('c') != -1 or docs.indexOf('cpp') != -1
'c'
else if docs.indexOf('javascript') != -1 or docs.indexOf('jquery') != -1