Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Latest commit

 

History

History
37 lines (19 loc) · 1018 Bytes

README.mkd

File metadata and controls

37 lines (19 loc) · 1018 Bytes

Getting Started

Run locally

middleman server

Build & upload pages

middleman build
cd build
git commit -am "regenerate pages"
git push

Goals

Main docs in a single page

Parse API Blog Post explaining why on Parse API

Separate pages ok for long-form parts, like detailed multi-step tutorials, OAuth, etc...

Inline code examples for each language/library we "support"

Stripe's API Docs has a switcher at top to pick your preferred language.

Use the user's token in examples

If the visitor is logged in to github.com, automatically use their username/token in the examples. We'll probably have to punt on several of the examples, though. Eg, /user would show the current user, but we don't want to have to remake the request for each example * language on the page. This would lead nicely into a future javascript API explorer, though.