rails/actionmailbox/lib
Petrik 8565f45100 Use relative includes of README's in documentation [ci-skip]
The Rails documentation uses the `:include:` directive to inline the
README of the framework into the main documentation page. As the
README's aren't in the root directory from where SDoc is run we need to
add the framework path to the include:

    # :include: activesupport/README.md

This results in a warning when installing the gems as generating the rdoc for the gem is run from the gem/framework root:

    Couldn't find file to include 'activesupport/README.rdoc' from lib/active_support.rb

The `:include:` RDoc directive supports includes relative to the current
file as well:

    # :include: ../README.md

This makes sure it works for the Rails API docs and the separate gems.

Co-authored-by: Jonathan Hefner <jonathan@hefner.pro>
2024-01-18 10:39:15 +01:00
..
action_mailbox Enable Lint/RedundantSafeNavigation rubocop cop 2023-09-27 14:55:07 +03:00
generators/action_mailbox/install Adds :inline option to Action Mailbox generator rails_command 2020-05-04 11:02:17 +05:30
rails/generators Improve mailbox generator usage docs 2022-06-21 00:30:49 -05:00
tasks Use infinitive form verb for all task descriptions 2023-02-01 22:43:04 +01:00
action_mailbox.rb Use relative includes of README's in documentation [ci-skip] 2024-01-18 10:39:15 +01:00