diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-09-04 09:33:45 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-09-04 09:33:45 -0400 |
commit | 5650620d4e351137db593d80164d0460a440b2ff (patch) | |
tree | 841503c6359fa479161e15ff886f8b6968e9ff78 | |
parent | c4ba119b710600a29492a16e656f8a2b61479e0a (diff) |
help: add cssCdn to API info
-rw-r--r-- | help/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/index.html b/help/index.html index 87c79e3c..ef83ef1d 100644 --- a/help/index.html +++ b/help/index.html @@ -115,7 +115,7 @@ <h1 id="api">API</h1> <p>You can use the API to integrate the themes with your platform. Send your request to:</p> <p><a href="http://api.bootswatch.com/3/">http://api.bootswatch.com/3/</a></p> - <p>This returns the <code>version</code> and a <code>themes</code> array with the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, <code>cssMin</code>, <code>less</code>, and <code>lessVariables</code>.</p> + <p>This returns the <code>version</code> and a <code>themes</code> array with the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, <code>cssMin</code>, <code>cssCdn</code>, <code>less</code>, and <code>lessVariables</code>.</p> <p>Here's a <a href="http://jsbin.com/oqubil/1/edit" target="_blank">demo</a> with mustache.js templating.</p> </div> |