fluent / fluentd-website

For fluentd.org
https://www.fluentd.org/
10 stars 47 forks source link
fluentd website

Fluentd website

https://www.fluentd.org

Running it locally

$ bundle install --path vendor
$ bundle exec rake server

Blog

This must be the world's most sophisticated blog system.

Plugins page

How to mark a plugin as obsolete

Find the global array OBSOLETE\_PLUGINS inside scripts/plugin.rb and add the name of the plugin as listed on Rubygems. When the script is run the next time, the change should be reflected.