mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
the main page of the API generated by the doc:rails task is README
This commit is contained in:
@@ -55,7 +55,7 @@ namespace :doc do
|
||||
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
|
||||
rdoc.title = "Rails Framework Documentation"
|
||||
rdoc.options << '--line-numbers' << '--inline-source'
|
||||
rdoc.rdoc_files.include('README.rdoc')
|
||||
rdoc.rdoc_files.include('README')
|
||||
|
||||
gem_path('actionmailer') do |actionmailer|
|
||||
%w(README.rdoc CHANGELOG MIT-LICENSE lib/action_mailer/base.rb).each do |file|
|
||||
|
||||
Reference in New Issue
Block a user