On Sat, Mar 1, 2014 at 8:53 AM, Walter Lee Davis <[email protected]> wrote: > I'm looking for a simple CMS that's oriented toward authoring documentation > for a SaaS or similar. I've had a search of ruby-toolbox, and the only thing > I found there was `docbox`, a Rails 2.1 app from 5 years ago! Before I break > out Refinery or another general-purpose tool, I wonder if there are any > projects out there that are more suited for the unique requirements of > documentation, and preferably if they are available in Rails 4. I don't want > to spend a bunch of time making this from scratch if there's something > already out there that scratches this itch.
Just wanting to be clear: you are looking for something to document your SaaS, not a SaaS that is for documentation, correct? If the former, then you might take a look at the various static site generators out there such as jekyll, middleman, frank, and so on. They all let you create the html/css/js framework around your pages, even being able to use what you have in Rails to maintain look and feel, and let your writers focus on content. Then it's all delivered up statically (read: FAST) by the server. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAHUC_t9JXaKgenNtDtVtwqH693sw_yYzy8S%2B9brgXdgfeS%3Dp5w%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

