From 32a2848d88d7ac952b6dbdb11b46034fba1f1d40 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 12 Jan 2024 16:17:01 +0100 Subject: [PATCH] Remove twitter column as its not possible to query it anymore --- _config/site.yml | 2 -- _layouts/news-item.html.haml | 4 ---- community.html.haml | 3 --- downloads.html.haml | 3 --- news/index.html.haml | 3 --- sponsor/_index.html.haml | 4 ---- sponsor/thanks.html.haml | 4 ---- wiki/index.html.haml | 4 ---- 8 files changed, 27 deletions(-) diff --git a/_config/site.yml b/_config/site.yml index 78bd66416cc..6abc18d9b9c 100644 --- a/_config/site.yml +++ b/_config/site.yml @@ -19,8 +19,6 @@ releases: twitter_search_url: 'https://twitter.com/search?q=%40netty_project OR %23netty lang%3Aen' -default_sidebar: '' - shortened_links: ask: 'http://stackoverflow.com/questions/tagged/netty' ccla: 'https://docs.google.com/spreadsheet/viewform?formkey=dG9wTmhoeGNGd1MtdFdtVXl4TlVSNlE6MQ' diff --git a/_layouts/news-item.html.haml b/_layouts/news-item.html.haml index 8f063504d5b..ab21e6d131f 100644 --- a/_layouts/news-item.html.haml +++ b/_layouts/news-item.html.haml @@ -39,7 +39,3 @@ layout: jumbotronless - if !page.disqus_identifier - page.disqus_identifier = 'news/' + page.simple_name = page.disqus_comments - - .col-md-3 - = site.default_sidebar - diff --git a/community.html.haml b/community.html.haml index 0df959c0c48..adccc6a54fb 100644 --- a/community.html.haml +++ b/community.html.haml @@ -37,6 +37,3 @@ title: Get Involved %p You or your company can also donate the resources we need for sustainable development of the project, such as fund to cover the cost for developer meet-ups, heart-warming gift, and software license. The donors are listed here. - .col-md-3 - = site.default_sidebar - diff --git a/downloads.html.haml b/downloads.html.haml index 38c0f8d162a..a024eeb8fb3 100644 --- a/downloads.html.haml +++ b/downloads.html.haml @@ -60,6 +60,3 @@ title: Downloads %p Nightly builds can be found at our CI server. You can also pull the latest snapshots from our Maven snapshot repository. - .col-md-3 - = site.default_sidebar - diff --git a/news/index.html.haml b/news/index.html.haml index 9450421e296..44b46e98fc7 100644 --- a/news/index.html.haml +++ b/news/index.html.haml @@ -15,6 +15,3 @@ title: All news items %small on #{p.date.strftime('%d-%b-%y')} - .col-md-3 - = site.default_sidebar - diff --git a/sponsor/_index.html.haml b/sponsor/_index.html.haml index f5ed9b07bcf..3b438ff8611 100644 --- a/sponsor/_index.html.haml +++ b/sponsor/_index.html.haml @@ -138,7 +138,3 @@ title: Donate to us If you entered 'Anonymous' in the name field, your name in the donor list will be 'Anonymous'. .form-group %button#donate-button.btn.btn-primary{ :type=>'submit' } Donate with PayPal - - .col-md-3 - = site.default_sidebar - diff --git a/sponsor/thanks.html.haml b/sponsor/thanks.html.haml index 81a4f031b0f..7d8128a416a 100644 --- a/sponsor/thanks.html.haml +++ b/sponsor/thanks.html.haml @@ -62,7 +62,3 @@ title: Thank you for your donation! %img{ :src=>'logo-twitter.png', :alt=>'Twitter, Inc.' } %td %p The engineers at Twitter builds the world's first real-time distributed public platform connecting people to their interests, events, and each other. Twitter donated the hosting cost of our CI server for 12 months. - - .col-md-3 - = site.default_sidebar - diff --git a/wiki/index.html.haml b/wiki/index.html.haml index df6396d9c6f..7f1bba56d75 100644 --- a/wiki/index.html.haml +++ b/wiki/index.html.haml @@ -151,7 +151,3 @@ title: 'Netty.docs: Home' %a{ :href=>"#{r.example_url(page, 'udt/echo/rendezvousBytes')}" } Byte streams in symmetric peer-to-peer rendezvous connect mode %li %a{ :href=>"#{r.example_url(page, 'udt/echo/rendezvous')}" } Message flow in symmetric peer-to-peer rendezvous connect mode - - .col-md-3 - = site.default_sidebar -