0

Is there any way to generate Yard documentation from github projects. We have several cookbook with Yard tags ready for parsing with Yard and generating documentation.

Any Ideas?

Thanks Biswajit

Biswajit Das
  • 644
  • 7
  • 26

2 Answers2

1

You can run your own instance of yard server using the yard-chef plugin. You would need to make something to sync the code to the docs server and regenerate the YARD data on changes.

coderanger
  • 52,400
  • 4
  • 52
  • 75
0

Thanks Noah, I found a solution for this. The best example is -http://www.rubydoc.info/. And the github project like is - http://github.com/lsegal/rubydoc.info. This solves my purpose.

Regards Biswajit

Biswajit Das
  • 644
  • 7
  • 26