updated docs to include 0.90 API

This commit is contained in:
Spencer Alger
2014-01-15 17:02:30 -07:00
parent 3d2b395c6f
commit 55df195eaa
3 changed files with 66 additions and 68 deletions

View File

@ -1,12 +1,10 @@
[[api-reference<%= branch === 'master' ? '' : branchSuffix.replace(/_/g, '-') %>]]
[[api-reference<%= branchSuffix %>]]
== <%= branch === 'master' ? '' : branch + ' ' %>API Method Reference
<%
_.each(actions, function (action) {
var actionId = 'api-' + action.name.toLowerCase().replace(/[^\w]+/g, '-');
%>
[[<%= actionId %>]]
[[<%= 'api-' + action.name.toLowerCase().replace(/[^\w]+/g, '-') + branchSuffix %>]]
=== `<%= action.name %>`
[source,js]