Skip to content

Commit 1e6079d

Browse files
authored
[DOC] Use Aliki as the documentation website theme (ruby#15319)
Use Aliki as the documentation website theme
1 parent e84b91a commit 1e6079d

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.rdoc_options

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ rdoc_include:
1111
exclude:
1212
- \.gemspec\z
1313

14+
generator_name: aliki
15+
1416
autolink_excluded_words:
1517
- Class
1618
- Method
@@ -23,3 +25,16 @@ autolink_excluded_words:
2325
- YJIT
2426

2527
canonical_root: https://docs.ruby-lang.org/en/master
28+
29+
footer_content:
30+
Ruby:
31+
Documentation: index.html
32+
Official Website: https://www.ruby-lang.org/
33+
Playground: https://ruby.github.io/play-ruby/
34+
Resources:
35+
GitHub: https://github.com/ruby/ruby
36+
Issue Tracker: https://bugs.ruby-lang.org/projects/ruby-master/issues
37+
RubyGems: https://rubygems.org/
38+
Community:
39+
X: https://x.com/rubylangorg
40+

gems/bundled_gems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ostruct 0.6.3 https://github.com/ruby/ostruct
3939
pstore 0.2.0 https://github.com/ruby/pstore
4040
benchmark 0.5.0 https://github.com/ruby/benchmark
4141
logger 1.7.0 https://github.com/ruby/logger
42-
rdoc 6.15.1 https://github.com/ruby/rdoc
42+
rdoc 6.16.0 https://github.com/ruby/rdoc
4343
win32ole 1.9.2 https://github.com/ruby/win32ole
4444
irb 1.15.3 https://github.com/ruby/irb
4545
reline 0.6.3 https://github.com/ruby/reline

0 commit comments

Comments
 (0)