FubuDocs is a tool that is built on top of FubuMVC and other members of the Fubu family of frameworks. It is designed to help you keep your documentation right alongside your actual code so that nothing gets out of sync.
To make hosting and deployment simple, it exports all of the rendered documentation into plain ol' static html. You get the power of FubuMVC with the simplicity of Github pages (or anywhere else you want to host your documentation).
- Clone the repository:
git clone https://github.com/DarthFubuMVC/FubuDocs.git
- Make sure you have ruby installed (>= 1.9.3)
- If you are installing Ruby for the first time, install Bundler with
gem install bundler
at a command prompt - In the root, run
rake
(What is rake?) - Open
FubuDocs.sln
in VS2010 (or runrake sln
from the root)