mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
the main page of the API generated by the doc:rails task is README
This commit is contained in:
parent
5132081975
commit
05e0fa9cfb
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue