zapnap / rdocinfo

New development has moved to http://github.com/lsegal/rubydoc.info
http://rdoc.info
MIT License
18 stars 3 forks source link

Generate docs for different branches / tags / releases? #5

Closed zapnap closed 15 years ago

zapnap commented 15 years ago

Right now we just track documentation for the master branch of any given project on GitHub. We could potentially add a way to track and generate docs for different branches, tags, etc. That way you could have, say, rdocs hosted for both Rails 2.2 and 2.3, etc.

jeffrafter commented 15 years ago

We should probably generate based on commit SHA. Then push all of the items into the subdir like Github does. Then we can create a list of generated docs at the owner/project/index.html

zapnap commented 15 years ago

Agreed. I like what you're doing with the redirect-to-most-recent-hash for the .info-side site. But how to handle this for the static docs variant? (or is this already worked out) Maybe we can maintain an index of generated docs as a popup / toolbar?