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.
|
feedback
|
|
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. | |||
|
feedback
|
railties. There is included a directoryguides, where you may generate the rails guides for yourself (locally). The relevant file here israilties-<version>/guides/rails_guides/generator.rb. For me, it looks as if there is a clever usage of some rails parts (rendering), but mostly using textile (only). – mliebelt Oct 25 '11 at 12:50