rjspotter / heroku-docs forked from heroku/heroku-docs
- Source
- Commits
- Network (7)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gems | ||
| |
README.rdoc | Mon Mar 30 17:39:19 -0700 2009 | |
| |
Rakefile | ||
| |
config.ru | Thu Feb 26 04:47:59 -0800 2009 | |
| |
docs.rb | ||
| |
docs/ | ||
| |
public/ | ||
| |
views/ |
Heroku Docs App
Ultrasimple CMS and content for documentation of the Heroku platform. The production site is at: docs.heroku.com
If you’d like to propose an edit to the Heroku docs, fork this repo, then send us a pull request.
You can also use this as a basis for your own docs CMS. Please don’t use our colorscheme or images (which are not part of this repo). A fresh checkout will run with a generic black-on-white scheme, which should serve as a good base for you to customize the look and feel. The notes.png included in this repo is one exception, it was taken from the excellent AsciiDoc [www.methods.co.nz/asciidoc/] project.
Details
Required gems:
- Sinatra
- RDiscount
The app loads content from the docs subdirectory. Pages are served with a 1 hour cache setting.
Meta
Written by Ryan Tomayko and Adam Wiggins
Code is released under the MIT License: www.opensource.org/licenses/mit-license.php
All rights reserved on the content (text files in the docs subdirectory), although you’re welcome to modify these for the purpose of suggesting edits.

