A New Look for Ruby's Documentation

Posted by Stan Lo on 23 Dec 2025

Following the ruby-lang.org redesign, we have more news to celebrate Ruby’s 30th anniversary: docs.ruby-lang.org has a completely new look with Aliki—RDoc’s new default theme.

A Fresh Look for Ruby Documentation

Ruby has always been a joy to write, and now reading Ruby documentation can match that experience. Aliki brings a modern, clean design to docs.ruby-lang.org and any gem that generates documentation with RDoc v7.0+.

Key Features

  • Improved search: Case-aware ranking, fuzzy matching, and support for searching constants
  • Dark mode: Respects your OS preference with a manual toggle
  • Three-column layout: Left sidebar for navigation, center for content, right sidebar for table of contents
  • Code block improvements: Copy buttons on code blocks and C syntax highlighting
  • Customizable footer: Gem maintainers can add links to their repository, issue tracker, and other resources

For Gem Authors

If you generate documentation with RDoc 7.0+, your users will see Aliki automatically. You can customize footer links or switch back to the Darkfish theme in your .rdoc_options file.

Try It Out

See the new look in action at docs.ruby-lang.org.

If you find issues or have suggestions, please open an issue on GitHub.

Recent News

Ruby 3.2.11 Released

Ruby 3.2.11 has been released. This release includes an update to the zlib gem addressing CVE-2026-27820.

Posted by hsbt on 27 Mar 2026

Ruby 3.3.11 Released

Ruby 3.3.11 has been released. This release includes an update to the zlib gem addressing CVE-2026-27820, along with some bug fixes.

Posted by hsbt on 26 Mar 2026

More News...