This Rails project manages content from Rails Guides at https://github.com/rails/rails/tree/main/guides. It explores how a stand-alone Rails application could improve the quality of Rails docs.
Clone the source code
$ git clone https://github.com/sitepress/railsdocs
$ cd railsdocs
Install dependencies
$ bundle
Run the server
$ bin/rails server
Then open in your browser at http://localhost:3000
If you're eager to add features or redesign what these docs look like, checkout the issues at https://github.com/sitepress/railsdocs/issues