Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What are some tools that will help me provide guides and tutorials for users of my web application? Let's assume I'm using a rails application.

Many apps and frameworks, such as rails and spree, use static site generation for their guides. These sites are usually generated using tools similar to Yehuda Katz's guides gem.

share|improve this question
What is the best way to go about writing guides and tutorials for users of your application? This going to solicit opinionated answers and debate; two things this site frowns upon. Read http://stackoverflow.com/faq#dontask – Deefour Jan 12 at 0:06
Quick, reword your question before its closed :). – Sunny Juneja Jan 12 at 0:20
Also, why not just make a instructions controller and create views to associate with walk throughs? You can also add some feature walk through with a javascript library like joyride or overlay. You don't need an entire gem to create static web pages. – Sunny Juneja Jan 12 at 0:26
@SunnyJuneja - I'd prefer not to keep guides/instructions as part of the main app, since their content doesn't usually need to be rendered dynamically. In this case, they're a great candidate for static site generators and will demand much less load on your server and application. – dhulihan Jan 12 at 22:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.