rjspotter / heroku-docs forked from heroku/heroku-docs

Documentation for Heroku, in the form of a Sinatra app serving markdown text files.

This URL has Read+Write access

name age message
file .gems Loading commit data...
file README.rdoc Mon Mar 30 17:39:19 -0700 2009 add readme [adamwiggins]
file Rakefile
file config.ru Thu Feb 26 04:47:59 -0800 2009 initial commit with basic doc framework and a f... [rtomayko]
file docs.rb
directory docs/
directory public/
directory views/
README.rdoc

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.

docs.heroku.com

github.com/heroku/heroku-docs