Y
Hacker News
new
|
ask
|
show
|
jobs
by
CeiII
5373 days ago
Anyone know whether they used a documentation tool to generate the 'example on right' style pages? E.g.
https://stripe.com/api/docs?lang=python#delete_customer
. It's very clean. The general layout and feel of the API doco is great.
2 comments
boucher
5373 days ago
It's mostly just a custom thing I wrote. The CSS is mostly taken (with permission) from Jeremy Ashkenas' sites (see Backbone, CoffeeScript, etc.)
link
CeiII
5373 days ago
Thanks! Nice work; looks tidy. I'll take a hunt around.
link
sgolestane
5373 days ago
Navigation menu doesn't work in IPad.
link
boucher
5373 days ago
I think it's fixed in iOS 5, but yeah not an ideal answer.
link
elliotanderson
5373 days ago
Looks like Docco by Jeremy Ashkenas (CoffeeScript/BackBone.js fame) with some extra styling and a navigation bar up top.
https://github.com/jashkenas/docco
link