I am using Ruby on Rails 3.1.0 and YARD 0.7.4 to create documentation. I would like to add more files except the README at the top of the generated documentation, as here (see README , What New? Getting Started Guide , Architecture Overview , ... tabs at the top of the linked page in the "File List" section )
Thus, by default, the YARD pearl only generates documentation related to the README present in the ROOT directory of my RoR application. I would like to document other files, and for each of them add a tab at the top of the documentation (as done on the previously linked page).
Is it possible? If so, how can I do this? More, should I create a new directory (in the ROOT of my RoR application) containing my "user" files used for documentation purposes?
source share