Anyone knows if there are any framework or layout that use the Rails Guides and the RefineryCMS guides? Both of then have a similar interface and I want to make my own guide with the same view.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RailsGuides is all open source. You can see the docrails repository here:
https://github.com/lifo/docrails/tree/master/railties/guides/rails_guides
There you can find the css, javascript, and generator code they use.