This is demo application for https://github.com/BrandyMint/rtfd
##Starting Demo
- git clone git://github.com/BrandyMint/rtfd_demo_app.git
- bundle
- cd rtfd_demo_app/repos
- git clone git://github.com/sinatra/sinatra.git
- cd sinatra
- yard doc
- cd ../..
- bundle exec unicorn
Open http://0.0.0.0:8080/ and you can see how is yard documentation server looks like
##Own repository documentation
- Configure your webserver
- Change repos.yml conf file to match your repositories
- Add link like "your_domain.com/github_hook" to webhooks in Service Hooks of your github repository.
- Click test hook, so Rtfd will get it
- Check your documentation server web page for new documentation!