public
Description: Documentation for Heroku, in the form of a Sinatra app serving markdown text files.
Homepage: http://docs.heroku.com/
Clone URL: git://github.com/heroku/heroku-docs.git
oren (author)
Tue Sep 22 14:59:59 -0700 2009
pedro (committer)
Mon Sep 28 15:57:42 -0700 2009
name age message
file .gems Mon Aug 17 19:40:46 -0700 2009 remove old cloudquery search stuff [rtomayko]
file .gitignore Thu Jul 23 15:24:11 -0700 2009 search gets an icon [seaofclouds]
file README.rdoc Mon Mar 30 17:39:19 -0700 2009 add readme [adamwiggins]
file Rakefile Sun Aug 09 20:37:05 -0700 2009 fallback to normal server when shotgun isn't in... [rtomayko]
file config.ru Thu Feb 26 04:47:59 -0800 2009 initial commit with basic doc framework and a f... [rtomayko]
file docs.rb Tue Aug 18 17:19:44 -0700 2009 get rid of background image / asset host [rtomayko]
directory docs/ Mon Sep 28 15:57:42 -0700 2009 Removed addt'l resources as I don't have any [oren]
directory public/ Fri Aug 21 09:05:34 -0700 2009 add sitemap, but in the right place [oren]
file toc.rb Mon Sep 28 15:57:19 -0700 2009 Added collabs quickstart [oren]
directory vendor/ Mon Aug 17 19:40:46 -0700 2009 remove old cloudquery search stuff [rtomayko]
directory views/ Fri Aug 21 08:59:56 -0700 2009 Added _correct_ google verifcation code [oren]
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