Noob here trying to figure out the simple task of adding a page to my RDoc documentation. If I do rake doc:app and view a page, then there is a sidebar that says "Pages" with README_FOR_APP listed. All I want to do is create a page named "Cheatsheet" that will appear under "Pages." How do I create a documentation page and tell RDoc to include the new page?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
IMO it's a bit convoluted. Here's the references I used: Nutshell version: Take the "app" task from your rails library directory, for example I tested using:
The part you need looks (approximately) like this:
Put this in your app's I changed the task name to I left everything else the same, but changed the Now add a |
|||
|
|